Home
last modified time | relevance | path

Searched refs:RUNTIME_SINCE_ENGINE_START (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DIntegerSensorIndex.java44 public static final int RUNTIME_SINCE_ENGINE_START = 7; field in IntegerSensorIndex
83 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START,
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarDiagnosticManagerTest.java237 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000); in setUp()
244 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000); in setUp()
269 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameRead()
301 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5100); in testLiveFrameEvent()
311 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameEvent()
608 event1.getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testMultipleListeners()
612 event2.getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testMultipleListeners()
634 event2.getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testMultipleListeners()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp62 sensorStore->setIntegerSensor(DiagnosticIntegerSensorIndex::RUNTIME_SINCE_ENGINE_START, 500); in fillDefaultObd2Frame()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt602 field public static final int RUNTIME_SINCE_ENGINE_START = 7; // 0x7
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal4372 RUNTIME_SINCE_ENGINE_START = 7, /* PID 0x1F */