Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_client.c107 case kTransportLocal: in switch_socket_transport()
Dcommandline.c442 else if (ttype == kTransportLocal) in format_host_command()
1199 ttype = kTransportLocal; in adb_commandline()
1471 } else if (ttype == kTransportLocal) { in adb_commandline()
1538 } else if (ttype == kTransportLocal) { in adb_commandline()
1765 } else if (ttype == kTransportLocal) { in do_cmd()
Dadb.h168 kTransportLocal, enumerator
Dtransport_local.c416 t->type = kTransportLocal; in init_socket_transport()
Dtransport.c838 } else if (ttype == kTransportLocal && t->type == kTransportLocal) { in acquire_one_transport()
1081 if (t->type == kTransportLocal && t->adb_port == 0) { in unregister_all_tcp_transports()
Dservices.c643 sinfo->transport = kTransportLocal; in host_service_to_socket()
Dsockets.c768 ttype = kTransportLocal; in smart_socket_enqueue()
Dadb.c1579 type = kTransportLocal; in handle_host_request()