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

  /system/core/adb/
sockets.c 33 int sendfailmsg(int fd, const char *reason) function
560 sendfailmsg(s->fd, "closed");
721 sendfailmsg(s->peer->fd, "unknown host service");
753 sendfailmsg(s->peer->fd, error_string);
763 sendfailmsg(s->peer->fd, "device offline (x)");
adb.c 1124 sendfailmsg(reply_fd, error_string);
    [all...]
adb.h 443 int sendfailmsg(int fd, const char *reason);
services.c 524 sendfailmsg(fd, err);

Completed in 144 milliseconds