Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:mMagBiasPollIndex

118     mMagBiasPollIndex = -1;
126 mMagBiasPollIndex = mNumPollFds;
1074 if (mMagBiasPollIndex >= 0 && mPollFds[mMagBiasPollIndex].revents & POLLERR) {
1077 lseek(mPollFds[mMagBiasPollIndex].fd, 0, SEEK_SET);
1078 ::read(mPollFds[mMagBiasPollIndex].fd, buf, 16);