Searched refs:hal (Results 1 – 15 of 15) sorted by relevance
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerRunner.cpp | 101 static void GetService(DriverBase *hal, string service_name, bool binder_mode) { in GetService() argument 106 if (!hal->GetService(true, service_name.c_str())) { in GetService() 115 if (!hal->GetService(false, service_name.c_str())) { in GetService() 126 DriverBase *hal; in LoadInterface() local 138 hal = hal_loader(hidl_service); in LoadInterface() 142 hal = hal_loader(); in LoadInterface() 144 return hal; in LoadInterface() 164 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec)}; in Init() local 171 GetService(hal.get(), service_name, binder_mode); in Init() 175 .comp_spec_ = comp_spec, .hal_ = hal, in Init() [all …]
|
D | Android.bp | 39 "test/vts/drivers/hal/common/include",
|
/test/vts/utils/python/coverage/ |
D | sancov_utils.py | 111 for hal in hals: 113 'lshal -itp 2> /dev/null | grep {0}'.format(hal)).splitlines() 121 logging.warn('No matching processes IDs found for HAL %s', hal) 132 hal) 137 process_name, self._TARGET_SANCOV_PATH, hal) 156 for hal in hals: 157 dut.adb.shell(self._FLUSH_COMMAND.format(hal)) 301 for hal in hals: 304 self._TARGET_SANCOV_PATH, hal)).splitlines()) 315 for hal in hals: [all …]
|
/test/vts/specification/ |
D | Android.mk | 26 test/vts/drivers/hal \ 27 test/vts/drivers/hal/common \ 28 test/vts/drivers/hal/libdatatype \ 29 test/vts/drivers/hal/libmeasurement \
|
/test/vts/testcases/ |
D | README.md | 3 * HIDL HAL Tests: `test/vts-testcase/hal/<hal name>/<version>` and `hardware/interfaces/<hal name>/…
|
/test/vts/utils/python/precondition/ |
D | precondition_utils.py | 24 from vts.utils.python.hal import hal_service_name_utils 87 hal = str( 89 if hal: 91 shell, hal, bitness, run_as_compliance_test)
|
/test/vts/compilation_tools/vtsc/ |
D | Android.bp | 39 include_dirs: ["test/vts/drivers/hal/common"], 65 include_dirs: ["test/vts/drivers/hal/common"],
|
/test/vts/utils/native/libcoverage/ |
D | VtsCoverageConfigureMain.cpp | 74 auto cb = [&](string fqIface, string instance, string hal) { in FlushHALCoverage() argument 77 halName = hal; in FlushHALCoverage()
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 417 self.hal = None 1185 self.hal = mirror_tracker.MirrorTracker( 1236 if self.hal: 1237 self.hal.CleanUp()
|
/test/vts/testcases/template/hal_hidl_host_test/ |
D | hal_hidl_host_test.py | 22 from vts.utils.python.hal import hal_service_name_utils
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 552 // To specify a module (which is logically equivalent to a .hal file in case 588 // For a .hal file which actually defines an interface. 591 // For a .hal file which does not defines an interface (e.g., types.hal).
|
/test/vts/testcases/template/hal_hidl_gtest/ |
D | hal_hidl_gtest.py | 26 from vts.utils.python.hal import hal_service_name_utils
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test.py | 25 from vts.utils.python.hal import hal_service_name_utils
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 54 self.dut.hal.InitHidlHal( 63 self.vehicle = self.dut.hal.vehicle # shortcut 65 self.vtypes = self.dut.hal.vehicle.GetHidlTypeInterface("types")
|
/test/vti/dashboard/ |
D | README.md | 181 "testPlanName": "vts-serving-staging-hal-conventional",
|