Home
last modified time | relevance | path

Searched refs:dumpVhal (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarTestServiceUnitTest.java78 }).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/
DJsonVhalEventGenerator.java49 String output = mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in start()
60 mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in stop()
DE2eCarTestBase.java87 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()
DLinearVhalEventGenerator.java83 String output = mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in start()
93 mCarTestManager.dumpVhal(options, mVhalDumpTimeoutMs); in stop()
DCarPropertyTest.java501 output = mCarTestManager.dumpVhal( in injectEventFromVehicleSide()
505 output = mCarTestManager.dumpVhal( in injectEventFromVehicleSide()
/packages/services/Car/car-lib/src/android/car/test/
DCarTestManager.java105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal() method in CarTestManager
107 return mService.dumpVhal(options, waitTimeoutMs); in dumpVhal()
DICarTest.aidl49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal() method
/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
124 mICarImpl.dumpVhal(pipe.getFileDescriptor(), options); in dumpVhal()
DICarImpl.java1123 /* package */ void dumpVhal(ParcelFileDescriptor fd, List<String> options) in dumpVhal() method in ICarImpl
1125 mHal.dumpVhal(fd, options); in dumpVhal()
DCarShellCommand.java1259 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/
Dtracked_hidden_apis.txt17 android.car.test CarTestManager String dumpVhal(List<String> , long )
/packages/services/Car/car-lib-module/api/
Dtest-current.txt142 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_TEST_SERVICE) public String dumpVhal(jav…
/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
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt674 android.car.test CarTestManager String dumpVhal(List<String> options, long waitTimeoutMs)
/packages/services/Car/car-lib/api/
Dtest-current.txt2537 …method @RequiresPermission(android.car.Car.PERMISSION_CAR_TEST_SERVICE) public String dumpVhal(jav…