Searched refs:propId (Results 1 – 6 of 6) sorted by relevance
153 int32_t propId = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F() local154 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() local236 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() local303 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 …]
89 int propId = value.prop; in setValues() local91 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()
99 int32_t propId = getProp.prop(); in doGetConfig() local100 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() local139 ALOGD("get property: %d", propId); in doGetProperty()148 .prop = propId, in doGetProperty()
115 int32_t propId = getProp.prop(); in doGetProperty() local127 .prop = propId, in doGetProperty()
57 ConfigResultType getPropConfig(int32_t propId) const;
3552 int32_t propId __attribute__ ((aligned(4))); member12217 os += ::android::hardware::toString(o.propId); in toString()12230 if (lhs.propId != rhs.propId) {