Searched refs:onDiagnosticEvents (Results 1 – 4 of 4) sorted by relevance
195 void onDiagnosticEvents(List<CarDiagnosticEvent> events); in onDiagnosticEvents() method215 listener.onDiagnosticEvents(mEventsToDispatch); in handleHalEvents()
25 void onDiagnosticEvents(in List<CarDiagnosticEvent> events) = 0;
382 public void onDiagnosticEvents(List<CarDiagnosticEvent> events) { in onDiagnosticEvents() method in CarDiagnosticManager.CarDiagnosticEventListenerToService
196 public void onDiagnosticEvents(List<CarDiagnosticEvent> events) { in onDiagnosticEvents() method in CarDiagnosticService540 mListener.onDiagnosticEvents(events); in dispatchDiagnosticUpdate()