Searched refs:SendFail (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | adb_io.h | 28 bool SendFail(int fd, const std::string& reason);
|
D | adb.cpp | 742 SendFail(reply_fd, "malformed forward spec"); in handle_forward_request() 748 SendFail(reply_fd, "malformed forward spec"); in handle_forward_request() 754 SendFail(reply_fd, "malformed forward spec"); in handle_forward_request() 762 SendFail(reply_fd, error_msg); in handle_forward_request() 793 SendFail(reply_fd, message); in handle_forward_request() 836 SendFail(reply_fd, error_msg); in handle_host_request()
|
D | adb_io.cpp | 42 bool SendFail(int fd, const std::string& reason) { in SendFail() function
|
D | sockets.cpp | 594 SendFail(s->fd, "closed"); in local_socket_close_notify() 777 SendFail(s->peer->fd, "unknown host service"); in smart_socket_enqueue() 809 SendFail(s->peer->fd, error_msg); in smart_socket_enqueue() 819 SendFail(s->peer->fd, "device offline (x)"); in smart_socket_enqueue()
|
D | services.cpp | 188 SendFail(fd, "not a reverse forwarding command"); in reverse_service() 533 SendFail(fd, error_msg); in wait_for_state()
|