Searched refs:SendFail (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
D | adb_io.h | 31 bool SendFail(int fd, std::string_view reason);
|
D | adb.cpp | 943 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 …]
|
D | services.cpp | 128 SendFail(fd, error); in wait_for_state() 138 SendFail(fd, error); in wait_for_state()
|
D | sockets.cpp | 539 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()
|
D | adb_io.cpp | 72 bool SendFail(int fd, std::string_view reason) { in SendFail() function
|
/system/core/adb/daemon/ |
D | services.cpp | 79 SendFail(s[1], "not a reverse forwarding command"); in reverse_service()
|
D | file_sync_service.cpp | 214 #pragma GCC poison SendFail
|