blob: bdae2c09471bb0669bb5c6663d61e9363a79f541 [file] [log] [blame]
// AUTO_GENERATED FILE - DO NOT EDIT
// see system/tools/hidl/templates/Template.vts
component_class: HAL_HIDL
component_type: GPS
component_type_version: 1.0
component_name: "ISampleGpsHalServiceWithVtsCallFlowAnnotation"
api: {
name: "start"
return_type_hidl: {
type: TYPE_SCALAR
scalar_type: "int32_t"
}
arg: {
type: TYPE_SCALAR
scalar_type: "int32_t"
}
callflow: {
entry: true
next: "stop"
}
}
api: {
name: "stop"
return_type_hidl: {
type: TYPE_SCALAR
scalar_type: "int32_t"
}
callflow: {
next: "cleanup"
}
}
api: {
name: "cleanup"
callflow: {
exit: true
next: "cleanup"
}
}