Home | History | Annotate | Download | only in libsensors

Lines Matching refs:POLLIN

185         mPollFds[MPUIRQ_FD].events = POLLIN;
196 mPollFds[ACCELIRQ_FD].events = POLLIN;
207 mPollFds[TIMERIRQ_FD].events = POLLIN;
312 if (mPollFds[i].revents & POLLIN) {