Home
last modified time | relevance | path

Searched defs:dumpVhal (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/test/
DICarTest.aidl49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal() method
DCarTestManager.java105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal() method in CarTestManager
/packages/services/Car/service/src/com/android/car/
DCarTestService.java121 public String dumpVhal(List<String> options, long waitTimeoutMs) throws RemoteException { in dumpVhal() method in CarTestService
DICarImpl.java1123 /* package */ void dumpVhal(ParcelFileDescriptor fd, List<String> options) in dumpVhal() method in ICarImpl
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1248 public void dumpVhal(ParcelFileDescriptor fd, List<String> options) throws RemoteException { in dumpVhal() method in VehicleHal