Searched refs:mEventsToDispatch (Results 1 – 1 of 1) sorted by relevance
468 private final LinkedList<CarDiagnosticEvent> mEventsToDispatch = new LinkedList<>(); field in DiagnosticHalService475 mEventsToDispatch.add(event); in onHalEvents()484 listener.onDiagnosticEvents(mEventsToDispatch); in onHalEvents()486 mEventsToDispatch.clear(); in onHalEvents()