Home | History | Annotate | Download | only in vintf

Lines Matching refs:Transport

67 using android::vintf::Transport;
93 const Transport transport = manifest_instance.transport();
97 std::async([&]() { fn(fq_name, instance_name, transport); });
110 Transport transport, bool log) {
111 return GetHalService(fq_name.string(), instance_name, transport, log);
116 Transport transport, bool log) {
143 bool wantRemote = transport == Transport::HWBINDER;
186 Transport transport) {
187 if (transport == Transport::HWBINDER) {
189 } else if (transport == Transport::PASSTHROUGH) {
198 ADD_FAILURE() << "Unrecognized transport: " << transport;
211 Transport transport) {
212 if (transport == Transport::HWBINDER) {
220 } else if (transport == Transport::PASSTHROUGH) {
223 ADD_FAILURE() << "Unrecognized transport: " << transport;