OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendfailmsg
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minadbd/
sockets.c
33
int
sendfailmsg
(int fd, const char *reason)
function
536
sendfailmsg
(s->fd, "closed");
646
sendfailmsg
(s->peer->fd, error_string);
655
sendfailmsg
(s->peer->fd, "device offline (x)");
/system/core/adb/
sockets.c
33
int
sendfailmsg
(int fd, const char *reason)
function
577
sendfailmsg
(s->fd, "closed");
738
sendfailmsg
(s->peer->fd, "unknown host service");
770
sendfailmsg
(s->peer->fd, error_string);
780
sendfailmsg
(s->peer->fd, "device offline (x)");
Completed in 44 milliseconds