Home
last modified time | relevance | path

Searched refs:myFds (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp205 pollfd myFds[3] = { in doRun() local
209 pollfd &inotifyFd = myFds[IDX_INOTIFY]; in doRun()
221 int ret = poll(myFds, numPollFds, -1); in doRun()
231 if (myFds[IDX_NANOHUB].revents & POLLIN) { // we have data in doRun()
268 if (myFds[IDX_CLOSE_PIPE].revents & POLLIN) { // we have been asked to die in doRun()