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

  /bootable/recovery/minadbd/
adb.h 209 void connect_to_remote(asocket *s, const char *destination);
sockets.c 500 void connect_to_remote(asocket *s, const char *destination) function
502 D("Connect_to_remote call RS(%d) fd=%d\n", s->id, s->fd);
671 connect_to_remote(s->peer, (char*) (p->data + 4));
  /system/core/adb/
adb.h 247 void connect_to_remote(asocket *s, const char *destination);
sockets.c 541 void connect_to_remote(asocket *s, const char *destination) function
543 D("Connect_to_remote call RS(%d) fd=%d\n", s->id, s->fd);
814 connect_to_remote(s->peer, (char*) (p->data + 4));
adb.c 669 connect_to_remote(s, l->connect_to);
    [all...]

Completed in 155 milliseconds