Home
last modified time | relevance | path

Searched refs:TURN_SIGNAL_STATE (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/evs/apps/default/
DEvsStateControl.cpp61 static_assert(getPropType(VehicleProperty::TURN_SIGNAL_STATE) == VehiclePropertyType::INT32, in EvsStateControl()
65 mTurnSignalValue.prop = static_cast<int32_t>(VehicleProperty::TURN_SIGNAL_STATE); in EvsStateControl()
Devs_app.cpp248 if (!subscribeToVHal(pVnet, pEvsListener, VehicleProperty::TURN_SIGNAL_STATE)) { in main()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java304 public static final int TURN_SIGNAL_STATE = 289408008; field in VehiclePropertyIds
1060 case TURN_SIGNAL_STATE: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java153 VehiclePropertyIds.TURN_SIGNAL_STATE, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dtest-baseline.txt164 MissingPermission: android.car.VehiclePropertyIds#TURN_SIGNAL_STATE:
165 …Car.PERMISSION_EXTERIOR_LIGHTS required by field VehiclePropertyIds.TURN_SIGNAL_STATE is hidden or…
Dbaseline.txt164 MissingPermission: android.car.VehiclePropertyIds#TURN_SIGNAL_STATE:
165 …Car.PERMISSION_EXTERIOR_LIGHTS required by field VehiclePropertyIds.TURN_SIGNAL_STATE is hidden or…
Dcurrent.txt353 …ndroid.car.permission.CAR_EXTERIOR_LIGHTS") public static final int TURN_SIGNAL_STATE = 289408008;…
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java459 mProps.put(VehicleProperty.TURN_SIGNAL_STATE, new Pair<>( in PropertyHalServiceIds()
549 mPropToValidValue.put(VehicleProperty.TURN_SIGNAL_STATE, TURN_SIGNAL); in PropertyHalServiceIds()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java175 mProps.add(VehiclePropertyIds.TURN_SIGNAL_STATE); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java154 VehiclePropertyIds.toString(VehiclePropertyIds.TURN_SIGNAL_STATE)); in testToString()