Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_io.h31 bool SendFail(int fd, std::string_view reason);
Dadb.cpp943 SendFail(reply_fd, error); in handle_forward_request()
965 SendFail(reply_fd, android::base::StringPrintf("bad killforward: %s", service)); in handle_forward_request()
971 SendFail(reply_fd, android::base::StringPrintf("bad forward: %s", service)); in handle_forward_request()
1014 SendFail(reply_fd, message); in handle_forward_request()
1073 SendFail(reply_fd, "invalid transport id"); in handle_host_request()
1101 SendFail(reply_fd, error); in handle_host_request()
1138 SendFail(reply_fd, error); in handle_host_request()
1170 SendFail(reply_fd, android::base::StringPrintf("couldn't parse '%s': %s", in handle_host_request()
1176 SendFail(reply_fd, android::base::StringPrintf("no such device '%s'", serial.c_str())); in handle_host_request()
1197 SendFail(reply_fd, error); in handle_host_request()
[all …]
Dservices.cpp128 SendFail(fd, error); in wait_for_state()
138 SendFail(fd, error); in wait_for_state()
Dsockets.cpp539 SendFail(s->fd, "closed"); in local_socket_close_notify()
814 SendFail(s->peer->fd, "unknown host service"); in smart_socket_enqueue()
845 SendFail(s->peer->fd, error_msg); in smart_socket_enqueue()
852 SendFail(s->peer->fd, "device offline (no transport)"); in smart_socket_enqueue()
858 SendFail(s->peer->fd, "device offline (transport offline)"); in smart_socket_enqueue()
Dadb_io.cpp72 bool SendFail(int fd, std::string_view reason) { in SendFail() function
/system/core/adb/daemon/
Dservices.cpp79 SendFail(s[1], "not a reverse forwarding command"); in reverse_service()
Dfile_sync_service.cpp214 #pragma GCC poison SendFail