Searched refs:SendProtocolString (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | adb_io.cpp | 30 bool SendProtocolString(int fd, const std::string& s) { in SendProtocolString() function 65 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason); in SendFail()
|
D | adb_io.h | 31 bool SendProtocolString(int fd, const std::string& s);
|
D | adb_client.cpp | 97 if (!SendProtocolString(fd, service)) { in switch_socket_transport() 166 if (!SendProtocolString(fd, service)) { in _adb_connect()
|
D | adb.cpp | 903 return SendProtocolString(reply_fd, listeners); in handle_forward_request() 996 SendProtocolString(fd, s); in SendOkay()
|
D | services.cpp | 505 SendProtocolString(fd, response); in connect_service()
|