Searched refs:FDE_READ (Results 1 - 9 of 9) sorted by relevance

/system/core/adb/
H A Dfdevent.h23 #define FDE_READ 0x0001 macro
H A Dadb_auth_client.c161 if (events & FDE_READ) {
204 fdevent_add(&t->auth_fde, FDE_READ);
244 fdevent_add(&listener_fde, FDE_READ);
H A Dfdevent.c74 fde->state & FDE_READ ? 'R' : ' ',
169 if(events & FDE_READ) ev.events |= EPOLLIN;
223 fde->events |= FDE_READ;
283 if(events & FDE_READ) {
406 if(FD_ISSET(i, &rfd)) { events |= FDE_READ; n--; }
527 fdevent_add(fde, FDE_READ);
529 if(ev & FDE_READ){
566 subproc_fde->events |= FDE_READ;
678 fdevent_add(fde, FDE_READ);
H A Djdwp_service.c228 fdevent_add(proc->fde, FDE_READ);
239 if (events & FDE_READ) {
501 fdevent_add(control->fde, FDE_READ);
514 if (events & FDE_READ) {
H A Dsysdeps_win32.c1250 fde->state & FDE_READ ? 'R' : ' ',
1941 if (hook->wanted & (FDE_READ|FDE_WRITE)) {
1943 hook->ready |= hook->wanted & (FDE_READ|FDE_WRITE);
1949 return (hook->wanted & (FDE_READ|FDE_WRITE));
1965 if (hook->wanted & FDE_READ)
1966 hook->ready |= FDE_READ;
1994 if (wanted & FDE_READ)
2092 if (hook->wanted & FDE_READ && rbip->can_read)
2093 hook->ready |= FDE_READ;
2106 if (hook->wanted == FDE_READ)
[all...]
H A Dsockets.c187 fdevent_add(&s->fde, FDE_READ);
257 fdevent_del(&s->fde, FDE_READ);
269 /* put the FDE_WRITE processing before the FDE_READ
284 /* returning here is ok because FDE_READ will
320 if(ev & FDE_READ){
371 fdevent_del(&s->fde, FDE_READ);
H A Dtransport.c202 if(events & FDE_READ){
574 if(!(ev & FDE_READ)) {
637 fdevent_set(&(t->transport_fde), FDE_READ);
677 fdevent_set(&transport_registration_fde, FDE_READ);
H A Dadb.c621 if(ev & FDE_READ) {
647 if(ev & FDE_READ) {
794 fdevent_set(&l->fde, FDE_READ);
H A Dsysdeps.h177 #define FDE_READ 0x0001 macro

Completed in 77 milliseconds