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

  /system/core/adb/
socket.h 114 void connect_to_remote(asocket *s, const char *destination);
adb_listeners.cpp 76 connect_to_remote(s, listener->connect_to);
sockets.cpp 519 void connect_to_remote(asocket* s, const char* destination) { function
520 D("Connect_to_remote call RS(%d) fd=%d", s->id, s->fd);
808 connect_to_remote(s->peer, (char*)(p->data + 4));

Completed in 409 milliseconds