Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/
DEvsStateControl.cpp58 static_assert(getPropType(VehicleProperty::TURN_SIGNAL_STATE) == VehiclePropertyType::INT32, in EvsStateControl()
62 mTurnSignalValue.prop = static_cast<int32_t>(VehicleProperty::TURN_SIGNAL_STATE); in EvsStateControl()
Devs_app.cpp269 if (!subscribeToVHal(pVnet, pEvsListener, VehicleProperty::TURN_SIGNAL_STATE)) { in main()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java696 public static final int TURN_SIGNAL_STATE = 289408008; field in VehiclePropertyIds
1925 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/
Dbaseline.txt164 MissingPermission: android.car.VehiclePropertyIds#TURN_SIGNAL_STATE:
165 …Car.PERMISSION_EXTERIOR_LIGHTS required by field VehiclePropertyIds.TURN_SIGNAL_STATE is hidden or…
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…
Dcurrent.txt361 …ndroid.car.permission.CAR_EXTERIOR_LIGHTS") public static final int TURN_SIGNAL_STATE = 289408008;…
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java473 mProps.put(VehicleProperty.TURN_SIGNAL_STATE, new Pair<>( in PropertyHalServiceIds()
574 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.java160 VehiclePropertyIds.toString(VehiclePropertyIds.TURN_SIGNAL_STATE)); in testToString()