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

  /device/lge/hammerhead/libsensors/
sensors.cpp 32 #include "MPLSensor.h"
40 #define GLOBAL_SENSORS (MPLSensor::NumSensors + 1)
42 #define GLOBAL_SENSORS MPLSensor::NumSensors
176 MPLSensor *mplSensor = new MPLSensor(mCompassSensor);
182 setCallbackObject(mplSensor);
186 mplSensor->populateSensorList(sSensorList + LOCAL_SENSORS,
189 mSensor[mpl] = mplSensor;
194 mSensor[compass] = mplSensor;
    [all...]
  /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 37 #include "MPLSensor.h"
140 MPLSensor *mplSensor = new MPLSensor(mCompassSensor);
148 * MPLSensor *mplSensor = new MPLSensor(mCompassSensor, AccelLoadConfig);
156 mplSensor->populateSensorList(sSensorList, sizeof(sSensorList));
158 mSensor = mplSensor;
167 mPollFds[dmpOrient].fd = ((MPLSensor*) mSensor)->getDmpOrientFd()
    [all...]

Completed in 64 milliseconds