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

  /packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticSensorIndices.java 42 public static final int RUNTIME_SINCE_ENGINE_START = 7;
158 Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START,
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java 212 Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000);
219 Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000);
253 .getSystemIntegerSensor(Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
290 Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5100);
300 .getSystemIntegerSensor(Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
565 event1.getSystemIntegerSensor(Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
569 event2.getSystemIntegerSensor(Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
589 event2.getSystemIntegerSensor(Obd2IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
  /hardware/interfaces/automotive/vehicle/2.1/
types.hal 370 RUNTIME_SINCE_ENGINE_START = 7,
  /hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
EmulatedVehicleHal.cpp 65 Obd2IntegerSensorIndex::RUNTIME_SINCE_ENGINE_START, 500);

Completed in 45 milliseconds