Searched refs:SendProtocolString (Results  1 – 6 of 6) sorted by relevance
| /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/ | 
| D | adb_io.cpp | 37 bool SendProtocolString(borrowed_fd fd, std::string_view s) {  in SendProtocolString()  function73     return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason);  in SendFail()
 
 | 
| D | services.cpp | 146     SendProtocolString(fd.get(), response);  in connect_service()152     SendProtocolString(fd.get(), response);  in pair_service()
 
 | 
| D | adb_io.h | 34 bool SendProtocolString(borrowed_fd fd, std::string_view s);
 | 
| D | adb.cpp | 1089         SendProtocolString(reply_fd, listeners);  in handle_forward_request()1163                 SendProtocolString(reply_fd, android::base::StringPrintf("%d", resolved_tcp_port));  in handle_forward_request()
 1194     SendProtocolString(fd, s);  in SendOkay()
 
 | 
| /packages/modules/adb/daemon/ | 
| D | abb_service.cpp | 56         if (!SendProtocolString(socket_fd_, command)) {  in sendCommand()
 |