Searched defs:transport_type (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dadb_client.c16 static transport_type __adb_transport = kTransportAny;
21 void adb_set_transport(transport_type type, const char* serial)
95 char* transport_type = "???"; local
99 transport_type = "transport-usb";
102 transport_type = "transport-local";
105 transport_type = "transport-any";
113 snprintf(service, sizeof service, "host:%s", transport_type);
H A Dadb.h162 typedef enum transport_type { enum
167 } transport_type; typedef in typeref:enum:transport_type
188 transport_type type;
278 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error_out);
489 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);

Completed in 50 milliseconds