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

  /packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticSensorIndices.java 37 public static final int IGNITION_MONITORS_SUPPORTED = 2;
153 Obd2IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED,
CarDiagnosticEvent.java 397 * see {@link CarDiagnosticSensorIndices.Obd2IntegerSensorIndex#IGNITION_MONITORS_SUPPORTED}
651 CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED);
  /hardware/interfaces/automotive/vehicle/2.1/
types.hal 353 IGNITION_MONITORS_SUPPORTED = 2,
359 * CompressionIgnitionMonitors depending on the value of IGNITION_MONITORS_SUPPORTED.
  /hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
EmulatedVehicleHal.cpp 50 Obd2IntegerSensorIndex::IGNITION_MONITORS_SUPPORTED,
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java 424 mLiveFrameEventBuilder.addIntSensor(Obd2IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED, 0);
467 mLiveFrameEventBuilder.addIntSensor(Obd2IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED, 1);

Completed in 41 milliseconds