Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:mMagBiasPollIndex

167     mMagBiasPollIndex = -1;
175 mMagBiasPollIndex = mNumPollFds;
1615 if (mMagBiasPollIndex >= 0 && mPollFds[mMagBiasPollIndex].revents & POLLERR) {
1618 lseek(mPollFds[mMagBiasPollIndex].fd, 0, SEEK_SET);
1619 ::read(mPollFds[mMagBiasPollIndex].fd, buf, 16);