Lines Matching refs:fq_name
90 const FQName fq_name{manifest_instance.package(), in ForEachHalInstance() local
97 std::async([&]() { fn(fq_name, instance_name, transport); }); in ForEachHalInstance()
101 cout << "Timed out on: " << fq_name.string() << " " << instance_name in ForEachHalInstance()
108 sp<IBase> VtsTrebleVintfTestBase::GetHalService(const FQName &fq_name, in GetHalService() argument
111 return GetHalService(fq_name.string(), instance_name, transport, log); in GetHalService()
114 sp<IBase> VtsTrebleVintfTestBase::GetHalService(const string &fq_name, in GetHalService() argument
120 cout << "Getting: " << fq_name << "/" << instance_name << endl; in GetHalService()
129 auto task = std::packaged_task<sp<IBase>()>([fq_name, instance_name]() { in GetHalService()
130 return getRawServiceInternal(fq_name, instance_name, true /* retry */, in GetHalService()
137 if (fq_name == "android.hardware.renderscript@1.0::IDevice") { in GetHalService()
157 const sp<IServiceManager> &manager, const FQName &fq_name) { in GetInstanceNames() argument
160 manager->listByInterface(fq_name.string(), [&](const auto &out) { in GetInstanceNames()
191 const FQName &fq_name, in GetPassthroughHals()
198 FQName fq = fq_name; in GetPassthroughHals()
216 const FQName &fq_name, in GetHwbinderHals() argument
221 FQName fq = fq_name; in GetHwbinderHals()