Home
last modified time | relevance | path

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

/system/core/adb/
Dcommandline.c382 else if (ttype == kTransportLocal) in format_host_command()
1003 ttype = kTransportLocal; in adb_commandline()
1250 } else if (ttype == kTransportLocal) { in adb_commandline()
1311 } else if (ttype == kTransportLocal) { in adb_commandline()
1515 } else if (ttype == kTransportLocal) { in do_cmd()
Dadb_client.c107 case kTransportLocal: in switch_socket_transport()
Dtransport_local.c416 t->type = kTransportLocal; in init_socket_transport()
Dadb.h161 kTransportLocal, enumerator
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.c561 sinfo->transport = kTransportLocal; in host_service_to_socket()
Dsockets.c721 ttype = kTransportLocal; in smart_socket_enqueue()
Dadb.c1415 type = kTransportLocal; in handle_host_request()