Home
last modified time | relevance | path

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

/packages/modules/adb/
Dservices.cpp155 SendFail(fd, response); in pair_service()
163 SendFail(fd, "short wait-for-: " + spec); in wait_service()
175 SendFail(fd, "bad wait-for- transport: " + spec); in wait_service()
196 SendFail(fd, "bad wait-for- state: " + spec); in wait_service()
212 SendFail(fd, error); in wait_service()
242 SendFail(fd, error); in wait_service()
Dadb.cpp1135 SendFail(reply_fd, error); in handle_forward_request()
1157 SendFail(reply_fd, android::base::StringPrintf("bad killforward: %s", service)); in handle_forward_request()
1163 SendFail(reply_fd, android::base::StringPrintf("bad forward: %s", service)); in handle_forward_request()
1210 SendFail(reply_fd, message); in handle_forward_request()
1254 SendFail(reply_fd, "kill-server rejected by remote server"); in handle_host_request()
1294 SendFail(reply_fd, "invalid transport id"); in handle_host_request()
1322 SendFail(reply_fd, error); in handle_host_request()
1366 SendFail(reply_fd, error); in handle_host_request()
1406 SendFail(reply_fd, android::base::StringPrintf("couldn't parse '%s': %s", in handle_host_request()
1412 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);
Dsockets.cpp609 SendFail(s->fd, "closed"); in local_socket_close_notify()
883 SendFail(s->peer->fd, msg); in smart_socket_enqueue()
911 SendFail(s->peer->fd, "device offline (no transport)"); in smart_socket_enqueue()
917 SendFail(s->peer->fd, "device offline (transport offline)"); in smart_socket_enqueue()
Dadb_io.cpp72 bool SendFail(borrowed_fd fd, std::string_view reason) { in SendFail() function
/packages/modules/adb/daemon/
Dservices.cpp79 SendFail(s[1], "not a reverse forwarding command"); in reverse_service()
Dfile_sync_service.cpp263 #pragma GCC poison SendFail