Searched refs:VehicleProperty (Results 1 – 8 of 8) sorted by relevance
106 enum class VehicleProperty : int32_t;332 enum class VehicleProperty : int32_t { enum5234 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 …]
34 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()
206 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()
211 req->prop = toInt(VehicleProperty::AP_POWER_STATE_REQ); in CreateApPowerStateReq()
30 using ::aidl::android::hardware::automotive::vehicle::VehicleProperty;61 prop.prop = toInt(VehicleProperty::HW_KEY_INPUT); in appendKeyInput()
39 using ::aidl::android::hardware::automotive::vehicle::VehicleProperty;93 if (mInQemu && propId == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in setValues()
95 value.prop = toInt(VehicleProperty::INVALID); in SendDummyValueFromServer()
47 if (mInQEMU && value.prop == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in onSetProperty()