HomeSort by relevance Sort by last modified time
    Searched refs:mplSensor (Results 1 - 2 of 2) sorted by null

  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 34 #include "MPLSensor.h"
48 #define LOCAL_SENSORS (MPLSensor::NumSensors + 1)
50 #define LOCAL_SENSORS MPLSensor::NumSensors
125 MPLSensor *mplSensor = new MPLSensor(mCompassSensor);
130 * MPLSensor *mplSensor = new MPLSensor(mCompassSensor, AccelLoadConfig);
134 setCallbackObject(mplSensor);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 38 #include "MPLSensor.h"
150 MPLSensor *mplSensor = new MPLSensor(mCompassSensor);
158 * MPLSensor *mplSensor = new MPLSensor(mCompassSensor, AccelLoadConfig);
166 mplSensor->populateSensorList(sSensorList, sizeof(sSensorList));
168 mSensor = mplSensor;
177 mPollFds[dmpOrient].fd = ((MPLSensor*) mSensor)->getDmpOrientFd()
    [all...]

Completed in 94 milliseconds