Home
last modified time | relevance | path

Searched refs:SendProtocolString (Results 1 – 6 of 6) sorted by relevance

/packages/modules/adb/
Dadb_io.cpp37 bool SendProtocolString(borrowed_fd fd, std::string_view s) { in SendProtocolString() function
73 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason); in SendFail()
Dadb_io.h34 bool SendProtocolString(borrowed_fd fd, std::string_view s);
Dservices.cpp146 SendProtocolString(fd.get(), response); in connect_service()
153 SendProtocolString(fd.get(), response); in pair_service()
Dadb.cpp1115 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/
Dadb_client.cpp114 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/
Dabb_service.cpp53 if (!SendProtocolString(socket_fd_, command)) { in sendCommand()