Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dtransport_test.cpp146 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
169 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
171 bool should_match = (type == kTransportLocal); in TEST_F()
H A Dadb.h93 kTransportLocal, enumerator
H A Dtransport.cpp968 } else if (type == kTransportLocal) { in acquire_one_transport()
1007 } else if (type == kTransportLocal && t->type == kTransportLocal) { in acquire_one_transport()
1258 } else if (type == kTransportLocal) { in MatchesTarget()
H A Dservices.cpp165 transport_type = kTransportLocal; in wait_service()
H A Dtransport.h327 bool IsTcpDevice() const { return type == kTransportLocal; } in IsTcpDevice()
H A Dadb.cpp1161 type = kTransportLocal; in handle_host_request()
1177 type = kTransportLocal; in handle_host_request()
H A Dsockets.cpp774 type = kTransportLocal; in smart_socket_enqueue()
/aosp12/packages/modules/adb/daemon/
H A Dtransport_local.cpp101 t->type = kTransportLocal; in init_socket_transport()
/aosp12/packages/modules/adb/client/
H A Dadb_client.cpp95 case kTransportLocal: in switch_socket_transport()
413 } else if (__adb_transport == kTransportLocal) { in format_host_command()
H A Dtransport_local.cpp287 t->type = kTransportLocal; in init_socket_transport()
H A Dcommandline.cpp1084 } else if (t == kTransportLocal) { in wait_for_device()
1580 transport_type = kTransportLocal; in adb_commandline()