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

  /system/core/adb/
adb_io.h 28 bool SendFail(int fd, const std::string& reason);
adb.cpp     [all...]
adb_io.cpp 66 bool SendFail(int fd, const std::string& reason) {
services.cpp 192 SendFail(s[1], "not a reverse forwarding command");
363 SendFail(fd, error);
373 SendFail(fd, error);
sockets.cpp 507 SendFail(s->fd, "closed");
713 SendFail(s->peer->fd, "unknown host service");
744 SendFail(s->peer->fd, error_msg);
751 SendFail(s->peer->fd, "device offline (no transport)");
757 SendFail(s->peer->fd, "device offline (transport offline)");
file_sync_service.cpp 183 // Make sure that SendFail from adb_io.cpp isn't accidentally used in this file.
184 #pragma GCC poison SendFail
  /external/syslinux/dosutil/
eltorito.asm 1050 je SendFail ; Check from 80h..ffh
1052 SendFail: xor dl,dl

Completed in 550 milliseconds