Home
last modified time | relevance | path

Searched refs:VehicleApPowerStateReport (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp268 case toInt(VehicleApPowerStateReport::DEEP_SLEEP_EXIT): in onSetProperty()
269 case toInt(VehicleApPowerStateReport::SHUTDOWN_CANCELLED): in onSetProperty()
270 case toInt(VehicleApPowerStateReport::WAIT_FOR_VHAL): in onSetProperty()
277 case toInt(VehicleApPowerStateReport::DEEP_SLEEP_ENTRY): in onSetProperty()
278 case toInt(VehicleApPowerStateReport::SHUTDOWN_START): in onSetProperty()
286 case toInt(VehicleApPowerStateReport::ON): in onSetProperty()
287 case toInt(VehicleApPowerStateReport::SHUTDOWN_POSTPONE): in onSetProperty()
288 case toInt(VehicleApPowerStateReport::SHUTDOWN_PREPARE): in onSetProperty()
DGrpcVehicleServer.cpp221 value.value.int32Values[0] == toInt(VehicleApPowerStateReport::SHUTDOWN_POSTPONE)) { in onSetProperty()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h125 enum class VehicleApPowerStateReport : int32_t;
3075 enum class VehicleApPowerStateReport : int32_t { enum
5823 … std::string toString(::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateReport o);
5824 …ne void PrintTo(::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateReport o, ::std…
5825 …tive::vehicle::V2_0::VehicleApPowerStateReport lhs, const ::android::hardware::automotive::vehicle…
5828 …int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateReport rhs) {
5831 …operator|(const ::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateReport lhs, con…
5834 …tive::vehicle::V2_0::VehicleApPowerStateReport lhs, const ::android::hardware::automotive::vehicle…
5837 …int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateReport rhs) {
5840 …operator&(const ::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateReport lhs, con…
[all …]