Home
last modified time | relevance | path

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

/system/core/adb/
Dcommandline.c389 else if (ttype == kTransportLocal) in format_host_command()
807 ttype = kTransportLocal; in adb_commandline()
961 } else if (ttype == kTransportLocal) { in adb_commandline()
1130 } else if (ttype == kTransportLocal) { in do_cmd()
Dadb_client.c94 case kTransportLocal: in switch_socket_transport()
Dtransport_local.c239 t->type = kTransportLocal; in init_socket_transport()
Dadb.h156 kTransportLocal, enumerator
Dtransport.c736 } else if (ttype == kTransportLocal && t->type == kTransportLocal) { in acquire_one_transport()
Dservices.c481 sinfo->transport = kTransportLocal; in host_service_to_socket()
Dsockets.c635 ttype = kTransportLocal; in smart_socket_enqueue()
Dadb.c977 type = kTransportLocal; in handle_host_request()