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