Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp213 pollfd myFds[3] = { in runDeviceRx() local
217 pollfd &inotifyFd = myFds[IDX_INOTIFY]; in runDeviceRx()
229 int ret = poll(myFds, numPollFds, -1); in runDeviceRx()
239 if (myFds[IDX_NANOHUB].revents & POLLIN) { // we have data in runDeviceRx()
278 if (myFds[IDX_CLOSE_PIPE].revents & POLLIN) { // we have been asked to die in runDeviceRx()