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

  /hardware/ril/libril/
ril_event.cpp 68 static fd_set readFds;
140 FD_CLR(ev->fd, &readFds);
245 FD_ZERO(&readFds);
275 FD_SET(ev->fd, &readFds);
356 memcpy(&rfds, &readFds, sizeof(fd_set));