Home
last modified time | relevance | path

Searched refs:VehiclePropertyStatus (Results 1 – 8 of 8) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp61 prop.status = VehiclePropertyStatus::UNAVAILABLE; in storePropInitialValue()
108 updatedPropValue->status = VehiclePropertyStatus::AVAILABLE; in onFakeValueGenerated()
209 req->status = VehiclePropertyStatus::AVAILABLE; in createApPowerStateReq()
221 keyEvent->status = VehiclePropertyStatus::AVAILABLE; in createHwInputKeyProp()
DGarageModeServerSideHandler.cpp214 req->status = VehiclePropertyStatus::AVAILABLE; in CreateApPowerStateReq()
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp84 } else if (v->status == VehiclePropertyStatus::AVAILABLE) { in get()
133 hidlPropValue.status = static_cast<VehiclePropertyStatus>(aidlPropValue.status); in makeHidlVehiclePropValue()
DVehicleEmulator.cpp161 .status = (VehiclePropertyStatus)protoVal.status(), in doSetProperty()
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp29 using ::aidl::android::hardware::automotive::vehicle::VehiclePropertyStatus;
62 prop.status = VehiclePropertyStatus::AVAILABLE; in appendKeyInput()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp38 using ::aidl::android::hardware::automotive::vehicle::VehiclePropertyStatus;
192 .status = static_cast<VehiclePropertyStatus>(protoVal.status()), in doSetProperty()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h131 enum class VehiclePropertyStatus : int32_t;
3252 enum class VehiclePropertyStatus : int32_t { enum
3491 …::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus status __attribute__ ((align…
6009 …line std::string toString(::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus o);
6010 static inline void PrintTo(::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus o,…
6011 …tomotive::vehicle::V2_0::VehiclePropertyStatus lhs, const ::android::hardware::automotive::vehicle…
6014 …nst int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus rhs) {
6017 …t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus lhs, const…
6020 …tomotive::vehicle::V2_0::VehiclePropertyStatus lhs, const ::android::hardware::automotive::vehicle…
6023 …nst int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus rhs) {
[all …]
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp38 using ::aidl::android::hardware::automotive::vehicle::VehiclePropertyStatus;