Searched refs:mMagBiasPollIndex (Results 1 – 2 of 2) sorted by relevance
114 mMagBiasPollIndex = -1; in HubConnection()122 mMagBiasPollIndex = mNumPollFds; in HubConnection()909 if (mMagBiasPollIndex >= 0 && mPollFds[mMagBiasPollIndex].revents & POLLERR) { in threadLoop()912 lseek(mPollFds[mMagBiasPollIndex].fd, 0, SEEK_SET); in threadLoop()913 ::read(mPollFds[mMagBiasPollIndex].fd, buf, 16); in threadLoop()
236 int mMagBiasPollIndex; member