Searched refs:sendfailmsg (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dsockets.c33 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)");
H A Dadb.c1124 sendfailmsg(reply_fd, error_string);
1224 sendfailmsg(reply_fd, "malformed forward spec");
1230 sendfailmsg(reply_fd, "malformed forward spec");
1236 sendfailmsg(reply_fd, err);
1252 sendfailmsg(reply_fd, (r == -1) ? "cannot rebind smartsocket" : "cannot bind socket");
1254 sendfailmsg(reply_fd, "cannot remove listener");
H A Dadb.h443 int sendfailmsg(int fd, const char *reason);
H A Dservices.c524 sendfailmsg(fd, err);

Completed in 4210 milliseconds