Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp101 static void GetService(DriverBase *hal, string service_name, bool binder_mode) { in GetService()
126 DriverBase *hal; in LoadInterface() local
164 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec)}; in Init() local
221 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec, hidl_service)}; in ProcessReturnValue() local
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp74 auto cb = [&](string fqIface, string instance, string hal) { in FlushHALCoverage()