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

  /system/core/adb/
adb_io.h 28 bool SendFail(int fd, const std::string& reason);
adb.cpp     [all...]
adb_io.cpp 64 bool SendFail(int fd, const std::string& reason) {
services.cpp 202 SendFail(s[1], "not a reverse forwarding command");
389 SendFail(fd, error);
399 SendFail(fd, error);
sockets.cpp 553 SendFail(s->fd, "closed");
751 SendFail(s->peer->fd, "unknown host service");
782 SendFail(s->peer->fd, error_msg);
792 SendFail(s->peer->fd, "device offline (x)");
file_sync_service.cpp 133 // Make sure that SendFail from adb_io.cpp isn't accidentally used in this file.
134 #pragma GCC poison SendFail

Completed in 159 milliseconds