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

  /system/core/adb/
fdevent.h 28 #define FDE_ERROR 0x0004
fdevent.cpp 108 if (fde->state & FDE_ERROR) {
261 events |= FDE_READ | FDE_ERROR;
265 events |= FDE_READ | FDE_ERROR;
fdevent_test.cpp 159 read_arg.expected_events = FDE_READ | FDE_ERROR;
166 write_arg.expected_events = FDE_READ | FDE_ERROR;
sockets.cpp 327 if (ev & FDE_ERROR) {
332 D("LS(%d): FDE_ERROR (fd=%d)", s->id, s->fd);

Completed in 524 milliseconds