Searched refs:FDE_ERROR (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dfdevent.h25 #define FDE_ERROR 0x0004 macro
H A Dfdevent.c76 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--; }
H A Dsysdeps_win32.c1239 /***** that ADB doesn't use FDE_ERROR. *****/
1252 fde->state & FDE_ERROR ? 'E' : ' ',
1967 if ((evts->iErrorCode[FD_READ] != 0) && hook->wanted & FDE_ERROR)
1968 hook->ready |= FDE_ERROR;
1973 if ((evts->iErrorCode[FD_WRITE] != 0) && hook->wanted & FDE_ERROR)
1974 hook->ready |= FDE_ERROR;
1977 if (hook->wanted & FDE_ERROR)
1978 hook->ready |= FDE_ERROR;
2000 if (wanted & FDE_ERROR)
H A Dsysdeps.h179 #define FDE_ERROR 0x0004 macro
H A Dsockets.c381 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 146 milliseconds