Searched refs:SendFail (Results 1 – 7 of 7) sorted by relevance
/packages/modules/adb/ |
D | services.cpp | 155 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()
|
D | adb.cpp | 1135 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 …]
|
D | adb_io.h | 31 bool SendFail(borrowed_fd fd, std::string_view reason);
|
D | sockets.cpp | 609 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()
|
D | adb_io.cpp | 72 bool SendFail(borrowed_fd fd, std::string_view reason) { in SendFail() function
|
/packages/modules/adb/daemon/ |
D | services.cpp | 79 SendFail(s[1], "not a reverse forwarding command"); in reverse_service()
|
D | file_sync_service.cpp | 263 #pragma GCC poison SendFail
|