Searched defs:ttype (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | commandline.c | 359 …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()
|
D | sockets.c | 661 transport_type ttype = kTransportAny; in smart_socket_enqueue() local
|
D | adb.c | 1335 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request()
|
D | transport.c | 786 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error… in acquire_one_transport()
|