OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connect_to_remote
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minadbd/
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/
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));
Completed in 96 milliseconds