Home | History | Annotate | Download | only in libsensors

Lines Matching refs:mpl

122         mpl = 0,
149 return mpl;
174 setCallbackObject(p_mplsen); //setup the callback object for handing mpl callbacks
180 mSensors[mpl] = p_mplsen;
181 mPollFds[mpl].fd = mSensors[mpl]->getFd();
182 mPollFds[mpl].events = POLLIN;
183 mPollFds[mpl].revents = 0;
186 mPollFds[compass].fd = ((MPLSensor*)mSensors[mpl])->getCompassFd();
191 mPollFds[dmpOrient].fd = ((MPLSensor*)mSensors[mpl])->getDmpOrientFd();
267 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
269 else if (i == mpl) {
272 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
277 nb = ((MPLSensor*) mSensors[mpl])->readDmpOrientEvents(data, count);