/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarTestServiceUnitTest.java | 78 }).when(mCarImpl).dumpVhal(any(), any()); in testDumpVhal() 79 String result = mService.dumpVhal(options, WAIT_TIMEOUT_MS); in testDumpVhal() 99 }).when(mCarImpl).dumpVhal(any(), any()); in testDumpVhal_VhalNotClosingFd() 102 mService.dumpVhal(List.of(""), WAIT_TIMEOUT_MS); in testDumpVhal_VhalNotClosingFd()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | JsonVhalEventGenerator.java | 49 String output = mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in start() 60 mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in stop()
|
D | E2eCarTestBase.java | 87 String helpInfo = mCarTestManager.dumpVhal(List.of("--help"), VHAL_DUMP_TIMEOUT_MS); in checkRefAidlVHal() 105 String result = mCarTestManager.dumpVhal(List.of("--save-prop", propIdStr, "-a", in saveProperty() 117 String result = mCarTestManager.dumpVhal(List.of("--restore-prop", propIdStr, "-a", in restoreProperty()
|
D | LinearVhalEventGenerator.java | 83 String output = mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in start() 93 mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in stop()
|
D | CarPropertyTest.java | 501 output = mCarTestManager.dumpVhal( in injectEventFromVehicleSide() 505 output = mCarTestManager.dumpVhal( in injectEventFromVehicleSide()
|
/packages/services/Car/car-lib/src/android/car/test/ |
D | CarTestManager.java | 105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal() method in CarTestManager 107 return mService.dumpVhal(options, waitTimeoutMs); in dumpVhal()
|
D | ICarTest.aidl | 49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal() method
|
/packages/services/Car/service/src/com/android/car/ |
D | CarTestService.java | 121 public String dumpVhal(List<String> options, long waitTimeoutMs) throws RemoteException { in dumpVhal() method in CarTestService 124 mICarImpl.dumpVhal(pipe.getFileDescriptor(), options); in dumpVhal()
|
D | ICarImpl.java | 1123 /* package */ void dumpVhal(ParcelFileDescriptor fd, List<String> options) in dumpVhal() method in ICarImpl 1125 mHal.dumpVhal(fd, options); in dumpVhal()
|
D | CarShellCommand.java | 1259 mHal.dumpVhal(pipe.getFileDescriptor(), List.of("--genTestVendorConfigs")); in exec() 1268 mHal.dumpVhal(pipe.getFileDescriptor(), List.of("--restoreVendorConfigs")); in exec()
|
/packages/services/Car/tools/GenericCarApiBuilder/scripts/ |
D | tracked_hidden_apis.txt | 17 android.car.test CarTestManager String dumpVhal(List<String> , long )
|
/packages/services/Car/car-lib-module/api/ |
D | test-current.txt | 142 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_TEST_SERVICE) public String dumpVhal(jav…
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 1248 public void dumpVhal(ParcelFileDescriptor fd, List<String> options) throws RemoteException { in dumpVhal() method in VehicleHal
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis.txt | 674 android.car.test CarTestManager String dumpVhal(List<String> options, long waitTimeoutMs)
|
/packages/services/Car/car-lib/api/ |
D | test-current.txt | 2537 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_TEST_SERVICE) public String dumpVhal(jav…
|