Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_client.c16 static transport_type __adb_transport = kTransportAny;
22 void adb_set_transport(transport_type type, const char* serial) in adb_set_transport()
101 char* transport_type = "???"; in switch_socket_transport() local
105 transport_type = "transport-usb"; in switch_socket_transport()
108 transport_type = "transport-local"; in switch_socket_transport()
111 transport_type = "transport-any"; in switch_socket_transport()
119 snprintf(service, sizeof service, "host:%s", transport_type); in switch_socket_transport()
Dadb.h166 typedef enum transport_type { enum
171 } transport_type; typedef
192 transport_type type;
282 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error…
327 int handle_forward_request(const char* service, transport_type ttype, char* serial, int reply_fd);
416 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s…
Dadb_client.h26 void adb_set_transport(transport_type type, const char* serial);
Dcommandline.c42 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...);
47 int install_app(transport_type transport, char* serial, int argc, char** argv);
48 int install_multiple_app(transport_type transport, char* serial, int argc, char** argv);
49 int uninstall_app(transport_type transport, char* serial, int argc, char** argv);
438 static void format_host_command(char* buffer, size_t buflen, const char* command, transport_type t… in format_host_command()
639 static void status_window(transport_type ttype, const char* serial) in status_window()
802 static int send_shellcommand(transport_type transport, char* serial, char* buf) in send_shellcommand()
823 static int logcat(transport_type transport, char* serial, int argc, char **argv) in logcat()
1133 transport_type ttype = kTransportAny; in adb_commandline()
1760 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...) in do_cmd()
[all …]
Dadb.c1444 int handle_forward_request(const char* service, transport_type ttype, char* serial, int reply_fd) in handle_forward_request()
1555 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request()
1574 transport_type type = kTransportAny; in handle_host_request()
Dservices.c484 transport_type transport;
Dsockets.c708 transport_type ttype = kTransportAny; in smart_socket_enqueue()
Dtransport.c794 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error… in acquire_one_transport()