Home
last modified time | relevance | path

Searched refs:propId (Results 1 – 6 of 6) sorted by relevance

/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp153 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F() local
154 propGet->set_prop(propId); in TEST_F()
171 ASSERT_EQ(config.prop(), propId); in TEST_F()
235 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F() local
236 propGet->set_prop(propId); in TEST_F()
247 ASSERT_EQ(gotValue.prop(), propId); in TEST_F()
302 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F() local
303 propValue->set_prop(propId); in TEST_F()
316 propGet->set_prop(propId); in TEST_F()
327 ASSERT_EQ(gotValue.prop(), propId); in TEST_F()
[all …]
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DEmulatedVehicleHardware.cpp89 int propId = value.prop; in setValues() local
91 ALOGD("Set value for property ID: %d", propId); in setValues()
93 if (mInQemu && propId == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in setValues()
176 EmulatedVehicleHardware::ConfigResultType EmulatedVehicleHardware::getPropConfig(int32_t propId) in getPropConfig()
178 return mServerSidePropStore->getPropConfig(propId); in getPropConfig()
DVehicleEmulator.cpp99 int32_t propId = getProp.prop(); in doGetConfig() local
100 auto result = mHal->getPropConfig(propId); in doGetConfig()
102 ALOGE("No config for property: %d\n", propId); in doGetConfig()
136 int32_t propId = getProp.prop(); in doGetProperty() local
139 ALOGD("get property: %d", propId); in doGetProperty()
148 .prop = propId, in doGetProperty()
/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.cpp115 int32_t propId = getProp.prop(); in doGetProperty() local
127 .prop = propId, in doGetProperty()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/include/
DEmulatedVehicleHardware.h57 ConfigResultType getPropConfig(int32_t propId) const;
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h3552 int32_t propId __attribute__ ((aligned(4))); member
12217 os += ::android::hardware::toString(o.propId); in toString()
12230 if (lhs.propId != rhs.propId) {