Home | History | Annotate | Download | only in vintf

Lines Matching refs:transport

70                                  Transport transport) {
71 cout << "Verifying transport method of: " << fq_name.string() << endl;
77 EXPECT_NE(transport, Transport::EMPTY)
78 << hal_name << " has no transport specified in VINTF.";
80 if (transport == Transport::PASSTHROUGH) {
98 Transport transport) {
101 if (transport == Transport::PASSTHROUGH) {
125 hal_service = GetHalService(lowest_name, instance_name, transport);
130 hal_service = GetHalService(fq_name, instance_name, transport);
138 EXPECT_EQ(transport == Transport::HWBINDER, hal_service->isRemote())
139 << "transport is " << transport << "but HAL service is "
141 EXPECT_EQ(transport == Transport::PASSTHROUGH, !hal_service->isRemote())
142 << "transport is " << transport << "but HAL service is "
178 fqInstanceName.getInstance(), Transport::HWBINDER);
205 Transport transport) {
206 if (transport != Transport::PASSTHROUGH) return;
216 GetHalService(lowest_name, instance_name, transport);
246 Transport transport) {
250 if (transport == Transport::PASSTHROUGH &&
256 sp<IBase> hal_service = GetHalService(fq_name, instance_name, transport);