Home
last modified time | relevance | path

Searched refs:CarDiagnosticService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarDiagnosticService.java50 public class CarDiagnosticService extends ICarDiagnostic.Stub class
80 public CarDiagnosticService(Context context, DiagnosticHalService diagnosticHal) { in CarDiagnosticService() method in CarDiagnosticService
154 ArrayMap<CarDiagnosticService.DiagnosticClient, List<CarDiagnosticEvent>> eventsByClient = in processDiagnosticData()
186 for (ArrayMap.Entry<CarDiagnosticService.DiagnosticClient, List<CarDiagnosticEvent>> entry : in processDiagnosticData()
188 CarDiagnosticService.DiagnosticClient client = entry.getKey(); in processDiagnosticData()
223 CarDiagnosticService.DiagnosticClient diagnosticClient = null; in registerOrUpdateDiagnosticListener()
459 private CarDiagnosticService.DiagnosticClient findDiagnosticClientLocked( in findDiagnosticClientLocked()
499 if (o instanceof CarDiagnosticService.DiagnosticClient in equals()
501 == ((CarDiagnosticService.DiagnosticClient) o).mListener.asBinder()) { in equals()
DICarImpl.java73 private CarDiagnosticService mCarDiagnosticService;
120 mCarDiagnosticService = new CarDiagnosticService(serviceContext, in ICarImpl()