Searched refs:TURN_SIGNAL_STATE (Results 1 – 10 of 10) sorted by relevance
61 static_assert(getPropType(VehicleProperty::TURN_SIGNAL_STATE) == VehiclePropertyType::INT32, in EvsStateControl()65 mTurnSignalValue.prop = static_cast<int32_t>(VehicleProperty::TURN_SIGNAL_STATE); in EvsStateControl()
248 if (!subscribeToVHal(pVnet, pEvsListener, VehicleProperty::TURN_SIGNAL_STATE)) { in main()
304 public static final int TURN_SIGNAL_STATE = 289408008; field in VehiclePropertyIds1060 case TURN_SIGNAL_STATE: in toString()
153 VehiclePropertyIds.TURN_SIGNAL_STATE, in PropertyPermissionMapping()
164 MissingPermission: android.car.VehiclePropertyIds#TURN_SIGNAL_STATE:165 …Car.PERMISSION_EXTERIOR_LIGHTS required by field VehiclePropertyIds.TURN_SIGNAL_STATE is hidden or…
353 …ndroid.car.permission.CAR_EXTERIOR_LIGHTS") public static final int TURN_SIGNAL_STATE = 289408008;…
459 mProps.put(VehicleProperty.TURN_SIGNAL_STATE, new Pair<>( in PropertyHalServiceIds()549 mPropToValidValue.put(VehicleProperty.TURN_SIGNAL_STATE, TURN_SIGNAL); in PropertyHalServiceIds()
175 mProps.add(VehiclePropertyIds.TURN_SIGNAL_STATE); in initAllPropertyIds()
154 VehiclePropertyIds.toString(VehiclePropertyIds.TURN_SIGNAL_STATE)); in testToString()