Home
last modified time | relevance | path

Searched refs:kTransportLocal (Results 1 – 11 of 11) sorted by relevance

/packages/modules/adb/
Dtransport_test.cpp45 atransport t{kTransportLocal}; in TEST_F()
69 atransport t{kTransportLocal}; in TEST_F()
97 atransport t{kTransportLocal}; in TEST_F()
110 atransport t{kTransportLocal}; in TEST_F()
126 atransport t{kTransportLocal}; in TEST_F()
159 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
178 atransport t{kTransportLocal}; in TEST_F()
182 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
184 bool should_match = (type == kTransportLocal); in TEST_F()
Dadb_listeners_test.cpp64 atransport transport_{kTransportLocal};
Dtransport.cpp922 } else if (type == kTransportLocal) { in acquire_one_transport()
961 } else if (type == kTransportLocal && t->type == kTransportLocal) { in acquire_one_transport()
1293 } else if (type == kTransportLocal) { in MatchesTarget()
1505 atransport* t = new atransport(kTransportLocal, std::move(reconnect), kCsOffline); in register_socket_transport()
Dadb.h98 kTransportLocal, enumerator
Dservices.cpp169 transport_type = kTransportLocal; in wait_service()
Dtransport.h341 bool IsTcpDevice() const { return type == kTransportLocal; } in IsTcpDevice()
Dadb.cpp1311 type = kTransportLocal; in handle_host_request()
1327 type = kTransportLocal; in handle_host_request()
Dsockets.cpp844 type = kTransportLocal; in smart_socket_enqueue()
/packages/modules/adb/daemon/
Dtransport_socket_server.cpp95 t->type = kTransportLocal; in init_socket_transport()
/packages/modules/adb/client/
Dadb_client.cpp100 case kTransportLocal: in switch_socket_transport()
426 } else if (__adb_transport == kTransportLocal) { in format_host_command()
Dcommandline.cpp1037 } else if (t == kTransportLocal) { in wait_for_device()
1626 transport_type = kTransportLocal; in adb_commandline()