Home
last modified time | relevance | path

Searched defs:hal (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp105 static void GetService(DriverBase *hal, string service_name, bool binder_mode) { in GetService()
130 DriverBase *hal; in LoadInterface() local
168 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec)}; in Init() local
225 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec, hidl_service)}; in ProcessReturnValue() local
/test/vts/utils/python/hal/
Dhal_service_name_utils.py27 def GetHalServiceName(shell, hal, bitness="64", run_as_compliance_test=False): argument
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp74 auto cb = [&](string fqIface, string instance, string hal) { in FlushHALCoverage()