Home
last modified time | relevance | path

Searched refs:SendFail (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dadb_io.h28 bool SendFail(int fd, const std::string& reason);
Dadb.cpp742 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()
Dadb_io.cpp42 bool SendFail(int fd, const std::string& reason) { in SendFail() function
Dsockets.cpp594 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()
Dservices.cpp188 SendFail(fd, "not a reverse forwarding command"); in reverse_service()
533 SendFail(fd, error_msg); in wait_for_state()