Home
last modified time | relevance | path

Searched refs:VHAL_HEARTBEAT (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp725 VehicleProperty::VHAL_HEARTBEAT}; in queryVhalPropertiesLocked()
745 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) > 0) { in subscribeToVhalHeartBeatLocked()
756 {.propId = static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT), in subscribeToVhalHeartBeatLocked()
907 if (value.prop == static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT)) { in onPropertyEvent()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1724 public static final int VHAL_HEARTBEAT = 290459443; field in VehiclePropertyIds
2135 case VHAL_HEARTBEAT: in toString()