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

/system/core/adb/
H A Dadb.c1541 sendfailmsg(reply_fd, error_string);
1686 sendfailmsg(reply_fd, "malformed forward spec");
1692 sendfailmsg(reply_fd, "malformed forward spec");
1698 sendfailmsg(reply_fd, "malformed forward spec");
1705 sendfailmsg(reply_fd, err);
1732 sendfailmsg(reply_fd, message);
1734 sendfailmsg(reply_fd, "cannot remove listener");
H A Dsockets.c33 int sendfailmsg(int fd, const char *reason) function
577 sendfailmsg(s->fd, "closed");
756 sendfailmsg(s->peer->fd, "unknown host service");
788 sendfailmsg(s->peer->fd, error_string);
798 sendfailmsg(s->peer->fd, "device offline (x)");
H A Dadb.h489 int sendfailmsg(int fd, const char *reason);
H A Dservices.c513 sendfailmsg(fd, err);

Completed in 31 milliseconds