Home
last modified time | relevance | path

Searched refs:mHaveGoodMpuCal (Results 1 – 8 of 8) sorted by relevance

/hardware/invensense/60xx/libsensors/
DMPLSensor.h96 bool mHaveGoodMpuCal; //flag indicating that the cal file can be written variable
DMPLSensor.cpp149 mCurFifoRate(-1), mHaveGoodMpuCal(false), mHaveGoodCompassCal(false), in MPLSensor()
408 if (mHaveGoodMpuCal || mHaveGoodCompassCal) { in setPowerStates()
412 mHaveGoodMpuCal = false; in setPowerStates()
575 mHaveGoodMpuCal = true; in cbOnMotion()
/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.h225 bool mHaveGoodMpuCal; // flag indicating that the cal file can be written variable
DMPLSensor.cpp159 mHaveGoodMpuCal(0), in MPLSensor()
1181 if(mHaveGoodMpuCal || mAccelAccuracy >= 2 || mCompassAccuracy >= 3) { in storeCalibration()
1830 mHaveGoodMpuCal = true; in executeOnData()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h314 bool mHaveGoodMpuCal; // flag indicating that the cal file can be written variable
DMPLSensor.cpp88 mHaveGoodMpuCal(0), in MPLSensor()
2533 if(mHaveGoodMpuCal == true
3602 mHaveGoodMpuCal = true;
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h339 bool mHaveGoodMpuCal; // flag indicating that the cal file can be written variable
DMPLSensor.cpp211 mHaveGoodMpuCal(0), in MPLSensor()
2469 if(mHaveGoodMpuCal == true in storeCalibration()
3623 mHaveGoodMpuCal = true; in readEvents()