HomeSort by relevance Sort by last modified time
    Searched refs:GEAR_PARK (Results 1 - 10 of 10) sorted by null

  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarDrivingRestrictionsTest.java 90 .addIntValue(VehicleGear.GEAR_PARK)
182 .addIntValue(VehicleGear.GEAR_PARK)
CarSensorManagerTest.java 291 VehicleGear.GEAR_PARK, CarSensorEvent.GEAR_PARK,
  /packages/services/Car/service/src/com/android/car/
CarDrivingStateService.java 457 if (mLastGearTimestamp != NOT_RECEIVED && mLastGear == VehicleGear.GEAR_PARK) {
472 * If Supported gears information is available and GEAR_PARK is not one of the supported gears,
478 && !mSupportedGears.contains(VehicleGear.GEAR_PARK)) {
  /packages/services/Car/evs/app/
EvsStateControl.cpp 246 } else if (mGearValue.value.int32Values[0] == int32_t(VehicleGear::GEAR_PARK)) {
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DefaultConfig.h 254 .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}},
408 .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}},
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorEvent.java 70 public static final int GEAR_PARK = 0x0004;
  /frameworks/support/car/car-stubs/
android.car.jar 
  /prebuilts/sdk/current/optional/
android.car.jar 
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 416 public static final int GEAR_PARK = 101;
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal 524 * must contain {GEAR_NEUTRAL, GEAR_REVERSE, GEAR_PARK, GEAR_DRIVE,
546 * must contain {GEAR_NEUTRAL, GEAR_REVERSE, GEAR_PARK, GEAR_1, GEAR_2,...}
    [all...]

Completed in 402 milliseconds