Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_io.cpp30 bool SendProtocolString(int fd, const std::string& s) { in SendProtocolString() function
65 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason); in SendFail()
Dadb_io.h31 bool SendProtocolString(int fd, const std::string& s);
Dadb_client.cpp97 if (!SendProtocolString(fd, service)) { in switch_socket_transport()
166 if (!SendProtocolString(fd, service)) { in _adb_connect()
Dadb.cpp903 return SendProtocolString(reply_fd, listeners); in handle_forward_request()
996 SendProtocolString(fd, s); in SendOkay()
Dservices.cpp505 SendProtocolString(fd, response); in connect_service()