Searched refs:handle_host_request (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | adb.h | 416 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s…
|
D | sockets.c | 785 if(handle_host_request(service, ttype, serial, s->peer->fd, s) == 0) { in smart_socket_enqueue()
|
D | adb.c | 1555 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request() function
|