Searched defs:hal (Results 1 – 3 of 3) sorted by relevance
105 static void GetService(DriverBase *hal, string service_name, bool binder_mode) { in GetService()130 DriverBase *hal; in LoadInterface() local168 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec)}; in Init() local225 std::shared_ptr<DriverBase> hal{LoadInterface(*comp_spec, hidl_service)}; in ProcessReturnValue() local
27 def GetHalServiceName(shell, hal, bitness="64", run_as_compliance_test=False): argument
74 auto cb = [&](string fqIface, string instance, string hal) { in FlushHALCoverage()