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

  /bootable/recovery/minadbd/
fdevent.h 25 #define FDE_ERROR 0x0004
fdevent.c 76 fde->state & FDE_ERROR ? 'E' : ' ',
171 if(events & FDE_ERROR) ev.events |= (EPOLLERR | EPOLLHUP);
229 fde->events |= FDE_ERROR;
293 if(events & FDE_ERROR) {
408 if(FD_ISSET(i, &efd)) { events |= FDE_ERROR; n--; }
sysdeps.h 178 #define FDE_ERROR 0x0004
sockets.c 374 if(ev & FDE_ERROR){
380 D("LS(%d): FDE_ERROR (fd=%d)\n", s->id, s->fd);
397 /* fdevent_add(&s->fde, FDE_ERROR); */
  /system/core/adb/
fdevent.h 25 #define FDE_ERROR 0x0004
fdevent.c 76 fde->state & FDE_ERROR ? 'E' : ' ',
171 if(events & FDE_ERROR) ev.events |= (EPOLLERR | EPOLLHUP);
229 fde->events |= FDE_ERROR;
293 if(events & FDE_ERROR) {
408 if(FD_ISSET(i, &efd)) { events |= FDE_ERROR; n--; }
sysdeps_win32.c 1239 /***** that ADB doesn't use FDE_ERROR. *****/
1252 fde->state & FDE_ERROR ? 'E' : ' ',
    [all...]
sysdeps.h 179 #define FDE_ERROR 0x0004
sockets.c 381 if(ev & FDE_ERROR){
387 D("LS(%d): FDE_ERROR (fd=%d)\n", s->id, s->fd);
404 /* fdevent_add(&s->fde, FDE_ERROR); */

Completed in 40 milliseconds