HomeSort by relevance Sort by last modified time
    Searched refs:SendProtocolString (Results 1 - 5 of 5) sorted by null

  /system/core/adb/
adb_io.h 31 bool SendProtocolString(int fd, const std::string& s);
adb_io.cpp 32 bool SendProtocolString(int fd, const std::string& s) {
67 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason);
adb_client.cpp 101 if (!SendProtocolString(fd, service)) {
158 if (!SendProtocolString(fd, service)) {
183 if (!SendProtocolString(fd, "host:kill")) {
adb.cpp     [all...]
services.cpp 432 SendProtocolString(fd, response);

Completed in 95 milliseconds