Home
last modified time | relevance | path

Searched refs:mCompassAccuracy (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.h228 int mCompassAccuracy; // value indicating the quality of the compass calibr. variable
DMPLSensor.cpp162 mCompassAccuracy(0), in MPLSensor()
1181 if(mHaveGoodMpuCal || mAccelAccuracy >= 2 || mCompassAccuracy >= 3) { in storeCalibration()
1243 mCompassAccuracy = s->magnetic.status; in compassHandler()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h317 int mCompassAccuracy; // value indicating the quality of the compass calibr. variable
DMPLSensor.cpp91 mCompassAccuracy(0), in MPLSensor()
2535 || mCompassAccuracy >= 3) {
2598 mCompassAccuracy = s->magnetic.status;
3625 mCompassAccuracy = inv_get_mag_accuracy();
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h342 int mCompassAccuracy; // value indicating the quality of the compass calibr. variable
DMPLSensor.cpp214 mCompassAccuracy(0), in MPLSensor()
2471 || mCompassAccuracy >= 3) { in storeCalibration()
2543 mCompassAccuracy = s->magnetic.status; in compassHandler()
3646 mCompassAccuracy = inv_get_mag_accuracy(); in readEvents()