Searched refs:mGearValue (Results 1 – 2 of 2) sorted by relevance
58 mGearValue.prop = static_cast<int32_t>(VehicleProperty::GEAR_SELECTION); in EvsStateControl()219 if (invokeGet(&mGearValue) != StatusCode::OK) { in selectStateForCurrentConditions()241 mGearValue.value.int32Values.setToExternal(&sDummyGear, 1); in selectStateForCurrentConditions()248 if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_REVERSE)) { in selectStateForCurrentConditions()254 } else if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_PARK)) { in selectStateForCurrentConditions()
91 VehiclePropValue mGearValue; variable