Home
last modified time | relevance | path

Searched defs:ttype (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dcommandline.c359 …t_host_command(char* buffer, size_t buflen, const char* command, transport_type ttype, const char… in format_host_command()
451 static void status_window(transport_type ttype, const char* serial) in status_window()
918 transport_type ttype = kTransportAny; in adb_commandline() local
1381 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...) in do_cmd()
Dsockets.c661 transport_type ttype = kTransportAny; in smart_socket_enqueue() local
Dadb.c1335 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request()
Dtransport.c786 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error… in acquire_one_transport()