Searched refs:SendFail (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
D | services.cpp | 159 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()
|
D | adb.cpp | 987 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 …]
|
D | adb_io.h | 31 bool SendFail(borrowed_fd fd, std::string_view reason);
|
D | adb_io.cpp | 72 bool SendFail(borrowed_fd fd, std::string_view reason) { in SendFail() function
|
D | sockets.cpp | 541 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/ |
D | services.cpp | 77 SendFail(s[1], "not a reverse forwarding command"); in reverse_service()
|
D | file_sync_service.cpp | 255 #pragma GCC poison SendFail
|