Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h106 enum class VehicleProperty : int32_t;
332 enum class VehicleProperty : int32_t { enum
5234 static inline std::string toString(::android::hardware::automotive::vehicle::V2_0::VehicleProperty
5235 static inline void PrintTo(::android::hardware::automotive::vehicle::V2_0::VehicleProperty o, ::std…
5236 …re::automotive::vehicle::V2_0::VehicleProperty lhs, const ::android::hardware::automotive::vehicle…
5239 …or|(const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehicleProperty rhs) {
5242 constexpr int32_t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehicleProperty l…
5245 …re::automotive::vehicle::V2_0::VehicleProperty lhs, const ::android::hardware::automotive::vehicle…
5248 …or&(const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehicleProperty rhs) {
5251 constexpr int32_t operator&(const ::android::hardware::automotive::vehicle::V2_0::VehicleProperty l…
[all …]
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp34 using ::aidl::android::hardware::automotive::vehicle::VehicleProperty;
153 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F()
235 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F()
302 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F()
377 .prop = toInt(VehicleProperty::DISPLAY_BRIGHTNESS), in TEST_F()
398 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F()
/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp206 req->prop = toInt(VehicleProperty::AP_POWER_STATE_REQ); in createApPowerStateReq()
218 keyEvent->prop = toInt(VehicleProperty::HW_KEY_INPUT); in createHwInputKeyProp()
298 case toInt(VehicleProperty::CLUSTER_REPORT_STATE): in onSetProperty()
299 case toInt(VehicleProperty::CLUSTER_REQUEST_DISPLAY): in onSetProperty()
300 case toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE): in onSetProperty()
DGarageModeServerSideHandler.cpp211 req->prop = toInt(VehicleProperty::AP_POWER_STATE_REQ); in CreateApPowerStateReq()
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp30 using ::aidl::android::hardware::automotive::vehicle::VehicleProperty;
61 prop.prop = toInt(VehicleProperty::HW_KEY_INPUT); in appendKeyInput()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DEmulatedVehicleHardware.cpp39 using ::aidl::android::hardware::automotive::vehicle::VehicleProperty;
93 if (mInQemu && propId == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in setValues()
/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp95 value.prop = toInt(VehicleProperty::INVALID); in SendDummyValueFromServer()
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp47 if (mInQEMU && value.prop == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in onSetProperty()