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

  /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)");
adb.c     [all...]
adb.h 464 int sendfailmsg(int fd, const char *reason);
services.c 513 sendfailmsg(fd, err);
  /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)");
adb.h 413 int sendfailmsg(int fd, const char *reason);

Completed in 2431 milliseconds