Searched refs:mGearValue (Results 1 – 2 of 2) sorted by relevance
61 mGearValue.prop = static_cast<int32_t>(VehicleProperty::GEAR_SELECTION); in EvsStateControl()233 if (invokeGet(&mGearValue) != StatusCode::OK) { in selectStateForCurrentConditions()255 mGearValue.value.int32Values.setToExternal(&sMockGear, 1); in selectStateForCurrentConditions()262 if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_REVERSE)) { in selectStateForCurrentConditions()268 } else if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_PARK)) { in selectStateForCurrentConditions()
96 VehiclePropValue mGearValue; variable