Searched refs:SendProtocolString (Results 1 – 6 of 6) sorted by relevance
/packages/modules/adb/ |
D | adb_io.cpp | 37 bool SendProtocolString(borrowed_fd 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(borrowed_fd fd, std::string_view s);
|
D | services.cpp | 146 SendProtocolString(fd.get(), response); in connect_service() 153 SendProtocolString(fd.get(), response); in pair_service()
|
D | adb.cpp | 1115 SendProtocolString(reply_fd, listeners); in handle_forward_request() 1189 SendProtocolString(reply_fd, android::base::StringPrintf("%d", resolved_tcp_port)); in handle_forward_request() 1220 SendProtocolString(fd, s); in SendOkay()
|
/packages/modules/adb/client/ |
D | adb_client.cpp | 114 if (!SendProtocolString(fd, service)) { in switch_socket_transport() 185 if (!SendProtocolString(fd.get(), service)) { in _adb_connect() 208 if (!SendProtocolString(fd.get(), "host:kill")) { in adb_kill_server()
|
/packages/modules/adb/daemon/ |
D | abb_service.cpp | 53 if (!SendProtocolString(socket_fd_, command)) { in sendCommand()
|