HomeSort by relevance Sort by last modified time
    Searched refs:mInotifyPollIndex (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
hubconnection.h 198 int mInotifyPollIndex;
hubconnection.cpp 631 if (mInotifyPollIndex >= 0) {
633 int ret = ::read(mPollFds[mInotifyPollIndex].fd, buf, sizeof(buf));
639 if (mInotifyPollIndex < 0) {
642 struct pollfd *pfd = &mPollFds[mInotifyPollIndex];
    [all...]

Completed in 197 milliseconds