Searched refs:mMagBiasPollIndex (Results 1 – 2 of 2) sorted by relevance
285 int mMagBiasPollIndex; member
143 mMagBiasPollIndex = -1; in HubConnection()151 mMagBiasPollIndex = mNumPollFds; in HubConnection()1441 if (mMagBiasPollIndex >= 0 && mPollFds[mMagBiasPollIndex].revents & POLLERR) { in threadLoop()1444 lseek(mPollFds[mMagBiasPollIndex].fd, 0, SEEK_SET); in threadLoop()1445 ::read(mPollFds[mMagBiasPollIndex].fd, buf, 16); in threadLoop()