Lines Matching refs:transport
96 const Transport transport = manifest_instance.transport(); in ForEachHidlHalInstance() local
100 std::async([&]() { fn(fq_name, instance_name, transport); }); in ForEachHidlHalInstance()
135 Transport transport, bool log) { in GetHalService() argument
136 return GetHalService(fq_name.string(), instance_name, transport, log); in GetHalService()
141 Transport transport, bool log) { in GetHalService() argument
169 bool wantRemote = transport == Transport::HWBINDER; in GetHalService()
212 Transport transport) { in GetPassthroughHals() argument
213 if (transport == Transport::HWBINDER) { in GetPassthroughHals()
215 } else if (transport == Transport::PASSTHROUGH) { in GetPassthroughHals()
224 ADD_FAILURE() << "Unrecognized transport: " << transport; in GetPassthroughHals()
237 Transport transport) { in GetHwbinderHals() argument
238 if (transport == Transport::HWBINDER) { in GetHwbinderHals()
246 } else if (transport == Transport::PASSTHROUGH) { in GetHwbinderHals()
249 ADD_FAILURE() << "Unrecognized transport: " << transport; in GetHwbinderHals()