Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 – 4 of 4) sorted by relevance

/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp174 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/
DDefaultVehicleHalServer.cpp239 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::INT32, 1); in onSetProperty()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp304 case VehiclePropertyType::INT32: in populateProtoVehicleConfig()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h201 INT32 = 4194304 /* 0x00400000 */, enumerator
7395 …0::VehiclePropertyType::INT32) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V…
7399 flipped |= ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType::INT32;
7466 if (o == ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType::INT32) { in toString()