Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp872 if (mInotifyPollIndex >= 0) { in discardInotifyEvent()
874 int ret = ::read(mPollFds[mInotifyPollIndex].fd, buf, sizeof(buf)); in discardInotifyEvent()
880 if (mInotifyPollIndex < 0) { in waitOnNanohubLock()
883 struct pollfd *pfd = &mPollFds[mInotifyPollIndex]; in waitOnNanohubLock()
1435 if (mInotifyPollIndex >= 0 && mPollFds[mInotifyPollIndex].revents & POLLIN) { in threadLoop()
1704 mInotifyPollIndex = -1; in initNanohubLock()
1715 mInotifyPollIndex = mNumPollFds; in initNanohubLock()
Dhubconnection.h240 int mInotifyPollIndex; member