Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_io.cpp37 bool SendProtocolString(int fd, std::string_view s) { in SendProtocolString() function
73 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason); in SendFail()
Dadb_io.h34 bool SendProtocolString(int fd, std::string_view s);
Dservices.cpp195 SendProtocolString(fd.get(), response); in connect_service()
Dadb.cpp923 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/
Dadb_client.cpp108 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/
Dabb_service.cpp56 if (!SendProtocolString(socket_fd_, std::string(command))) { in sendCommand()