Lines Matching refs:transport
93 const Transport transport = manifest_instance.transport(); in ForEachHalInstance() local
97 std::async([&]() { fn(fq_name, instance_name, transport); }); in ForEachHalInstance()
110 Transport transport, bool log) { in GetHalService() argument
111 return GetHalService(fq_name.string(), instance_name, transport, log); in GetHalService()
116 Transport transport, bool log) { in GetHalService() argument
150 bool wantRemote = transport == Transport::HWBINDER; in GetHalService()
193 Transport transport) { in GetPassthroughHals() argument
194 if (transport == Transport::HWBINDER) { in GetPassthroughHals()
196 } else if (transport == Transport::PASSTHROUGH) { in GetPassthroughHals()
205 ADD_FAILURE() << "Unrecognized transport: " << transport; in GetPassthroughHals()
218 Transport transport) { in GetHwbinderHals() argument
219 if (transport == Transport::HWBINDER) { in GetHwbinderHals()
227 } else if (transport == Transport::PASSTHROUGH) { in GetHwbinderHals()
230 ADD_FAILURE() << "Unrecognized transport: " << transport; in GetHwbinderHals()