Home
last modified time | relevance | path

Searched defs:liveFrame (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java438 CarDiagnosticEvent liveFrame = mCarDiagnosticManager.getLatestLiveFrame(); in testLiveFrameRead() local
483 CarDiagnosticEvent liveFrame = listener.waitForEvent(time); in testLiveFrameEvent() local
502 CarDiagnosticEvent liveFrame = listener.waitForEvent(); in testMissingSensorRead() local
536 CarDiagnosticEvent liveFrame = listener.waitForEvent(); in testFuelSystemStatus() local
563 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testSecondaryAirStatus() local
599 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testIgnitionMonitors() local
687 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testFuelType() local
710 CarDiagnosticEvent liveFrame = listener.waitForEvent(timestamp); in testDiagnosticJson() local
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarDiagnosticManagerTest.java62 CarDiagnosticEvent liveFrame = mCarDiagnosticManager.getLatestLiveFrame(); in testLiveFrame() local
/packages/services/Car/service/src/com/android/car/
DCarDiagnosticService.java101 CarDiagnosticEvent liveFrame = null; in setInitialLiveFrame() local