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 26 #define FDE_ERROR 0x0004
fdevent.cpp 106 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 375 if (ev & FDE_ERROR) {
380 D("LS(%d): FDE_ERROR (fd=%d)", s->id, s->fd);

Completed in 206 milliseconds