Searched refs:mAccelAccuracy (Results 1 - 6 of 6) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.h227 int mAccelAccuracy; // value indicating the quality of the accel calibr. member in class:MPLSensor
H A DMPLSensor.cpp161 mAccelAccuracy(0),
341 inv_set_accel_bias(accel_offset, mAccelAccuracy);
1181 if(mHaveGoodMpuCal || mAccelAccuracy >= 2 || mCompassAccuracy >= 3) {
1231 mAccelAccuracy = status;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h316 int mAccelAccuracy; // value indicating the quality of the accel calibr. member in class:MPLSensor
H A DMPLSensor.cpp90 mAccelAccuracy(0),
555 inv_set_accel_bias_mask(accel_offset, mAccelAccuracy,4);
2534 || mAccelAccuracy >= 2
2585 mAccelAccuracy = s->acceleration.status;
3607 mAccelAccuracy = inv_get_accel_accuracy();
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h341 int mAccelAccuracy; // value indicating the quality of the accel calibr. member in class:MPLSensor
H A DMPLSensor.cpp213 mAccelAccuracy(0),
656 inv_set_accel_bias_mask(accel_offset, mAccelAccuracy,4);
2470 || mAccelAccuracy >= 2
2530 mAccelAccuracy = s->acceleration.status;
3628 mAccelAccuracy = inv_get_accel_accuracy();

Completed in 52 milliseconds