HomeSort by relevance Sort by last modified time
    Searched refs:handle_host_request (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/minadbd/
adb.h 414 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
  /system/core/adb/
adb.h 489 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
sockets.c 734 ** case the handle_host_request() routine has sent
738 if(handle_host_request(service, ttype, serial, s->peer->fd, s) == 0) {
adb.c 1335 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) function
    [all...]

Completed in 77 milliseconds