Searched refs:mGearValue (Results 1 – 2 of 2) sorted by relevance
83 mGearValue.prop = static_cast<int32_t>(VehicleProperty::GEAR_SELECTION); in EvsStateControl()258 if (invokeGet(&mGearValue) != ErrorCode::OK) { in selectStateForCurrentConditions()280 mGearValue.value.int32Values = {sMockGear}; in selectStateForCurrentConditions()286 if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_REVERSE)) { in selectStateForCurrentConditions()292 } else if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_PARK)) { in selectStateForCurrentConditions()
90 aidl::android::hardware::automotive::vehicle::VehiclePropValue mGearValue; variable