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 30 bool SendProtocolString(int fd, const std::string& s) {
65 return WriteFdExactly(fd, "FAIL", 4) && SendProtocolString(fd, reason);
adb_client.cpp 97 if (!SendProtocolString(fd, service)) {
166 if (!SendProtocolString(fd, service)) {
adb.cpp     [all...]
services.cpp 505 SendProtocolString(fd, response);

Completed in 190 milliseconds