Home
last modified time | relevance | path

Searched refs:VehiclePropertyType (Results 1 – 5 of 5) sorted by relevance

/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp39 using ::aidl::android::hardware::automotive::vehicle::VehiclePropertyType;
287 case VehiclePropertyType::STRING: in populateProtoVehicleConfig()
288 case VehiclePropertyType::BOOLEAN: in populateProtoVehicleConfig()
289 case VehiclePropertyType::INT32_VEC: in populateProtoVehicleConfig()
290 case VehiclePropertyType::INT64_VEC: in populateProtoVehicleConfig()
291 case VehiclePropertyType::FLOAT_VEC: in populateProtoVehicleConfig()
292 case VehiclePropertyType::BYTES: in populateProtoVehicleConfig()
293 case VehiclePropertyType::MIXED: in populateProtoVehicleConfig()
296 case VehiclePropertyType::INT64: in populateProtoVehicleConfig()
300 case VehiclePropertyType::FLOAT: in populateProtoVehicleConfig()
[all …]
/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp205 auto req = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 2); in createApPowerStateReq()
217 auto keyEvent = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 3); in createHwInputKeyProp()
239 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::INT32, 1); in onSetProperty()
248 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::FLOAT, 1); in onSetProperty()
257 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::BOOLEAN, 1); in onSetProperty()
DGarageModeServerSideHandler.cpp210 auto req = mValueObjectPool->obtain(VehiclePropertyType::INT32_VEC, 2); in CreateApPowerStateReq()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp37 using ::aidl::android::hardware::automotive::vehicle::VehiclePropertyType;
174 ASSERT_EQ(config.value_type(), toInt(VehiclePropertyType::INT32)); in TEST_F()
248 ASSERT_EQ(gotValue.value_type(), toInt(VehiclePropertyType::INT32)); in TEST_F()
437 ASSERT_EQ(gotValue.value_type(), toInt(VehiclePropertyType::INT32)); in TEST_F()
446 ASSERT_EQ(gotValue.value_type(), toInt(VehiclePropertyType::INT32)); in TEST_F()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h103 enum class VehiclePropertyType : int32_t;
198 enum class VehiclePropertyType : int32_t { enum
5141 …inline std::string toString(::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType o);
5142 static inline void PrintTo(::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType o, :…
5143 …automotive::vehicle::V2_0::VehiclePropertyType lhs, const ::android::hardware::automotive::vehicle…
5146 …const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType rhs) {
5149 …_t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType lhs, const …
5152 …automotive::vehicle::V2_0::VehiclePropertyType lhs, const ::android::hardware::automotive::vehicle…
5155 …const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType rhs) {
5158 …_t operator&(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType lhs, const …
[all …]