Searched refs:SendProtocolString (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/ |
D | adb_io.cpp | 37 bool SendProtocolString(int fd, std::string_view s) { in SendProtocolString() function 73 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason); in SendFail()
|
D | adb_io.h | 34 bool SendProtocolString(int fd, std::string_view s);
|
D | services.cpp | 195 SendProtocolString(fd.get(), response); in connect_service()
|
D | adb.cpp | 923 SendProtocolString(reply_fd, listeners); in handle_forward_request() 993 SendProtocolString(reply_fd, android::base::StringPrintf("%d", resolved_tcp_port)); in handle_forward_request() 1024 SendProtocolString(fd, s); in SendOkay()
|
/system/core/adb/client/ |
D | adb_client.cpp | 108 if (!SendProtocolString(fd, service)) { in switch_socket_transport() 178 if (!SendProtocolString(fd.get(), service)) { in _adb_connect() 201 if (!SendProtocolString(fd.get(), "host:kill")) { in adb_kill_server()
|
/system/core/adb/daemon/ |
D | abb_service.cpp | 56 if (!SendProtocolString(socket_fd_, std::string(command))) { in sendCommand()
|