Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp974 if (mInotifyPollIndex >= 0) { in discardInotifyEvent()
976 int ret = ::read(mPollFds[mInotifyPollIndex].fd, buf, sizeof(buf)); in discardInotifyEvent()
982 if (mInotifyPollIndex < 0) { in waitOnNanohubLock()
985 struct pollfd *pfd = &mPollFds[mInotifyPollIndex]; in waitOnNanohubLock()
1501 if (mInotifyPollIndex >= 0 && mPollFds[mInotifyPollIndex].revents & POLLIN) { in threadLoop()
1793 mInotifyPollIndex = -1; in initNanohubLock()
1804 mInotifyPollIndex = mNumPollFds; in initNanohubLock()
Dhubconnection.h260 int mInotifyPollIndex; member