Home
last modified time | relevance | path

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

/system/core/adb/
Dservices.cpp159 SendFail(fd, "short wait-for-: " + spec); in wait_service()
171 SendFail(fd, "bad wait-for- transport: " + spec); in wait_service()
192 SendFail(fd, "bad wait-for- state: " + spec); in wait_service()
225 SendFail(fd, error); in wait_service()
234 SendFail(fd, error); in wait_service()
Dadb.cpp987 SendFail(reply_fd, error); in handle_forward_request()
1009 SendFail(reply_fd, android::base::StringPrintf("bad killforward: %s", service)); in handle_forward_request()
1015 SendFail(reply_fd, android::base::StringPrintf("bad forward: %s", service)); in handle_forward_request()
1062 SendFail(reply_fd, message); in handle_forward_request()
1106 SendFail(reply_fd, "kill-server rejected by remote server"); in handle_host_request()
1146 SendFail(reply_fd, "invalid transport id"); in handle_host_request()
1174 SendFail(reply_fd, error); in handle_host_request()
1213 SendFail(reply_fd, error); in handle_host_request()
1245 SendFail(reply_fd, android::base::StringPrintf("couldn't parse '%s': %s", in handle_host_request()
1251 SendFail(reply_fd, android::base::StringPrintf("no such device '%s'", serial.c_str())); in handle_host_request()
[all …]
Dadb_io.h31 bool SendFail(borrowed_fd fd, std::string_view reason);
Dadb_io.cpp72 bool SendFail(borrowed_fd fd, std::string_view reason) { in SendFail() function
Dsockets.cpp541 SendFail(s->fd, "closed"); in local_socket_close_notify()
812 SendFail(s->peer->fd, "unknown host service"); in smart_socket_enqueue()
840 SendFail(s->peer->fd, "device offline (no transport)"); in smart_socket_enqueue()
846 SendFail(s->peer->fd, "device offline (transport offline)"); in smart_socket_enqueue()
/system/core/adb/daemon/
Dservices.cpp77 SendFail(s[1], "not a reverse forwarding command"); in reverse_service()
Dfile_sync_service.cpp255 #pragma GCC poison SendFail