Home | History | Annotate | Download | only in libsensors

Lines Matching refs:MPLSensor

35 #include "MPLSensor.h"
63 static struct sensor_t sSensorList[LOCAL_SENSORS + MPLSensor::numSensors] = {
169 MPLSensor *p_mplsen = new MPLSensor(p_compasssensor);
186 mPollFds[compass].fd = ((MPLSensor*)mSensors[mpl])->getCompassFd();
191 mPollFds[dmpOrient].fd = ((MPLSensor*)mSensors[mpl])->getDmpOrientFd();
266 ((MPLSensor*) sensor)->readCompassEvents(NULL, count);
267 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
272 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
277 nb = ((MPLSensor*) mSensors[mpl])->readDmpOrientEvents(data, count);