Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:mMagAccuracy

142     mMagAccuracy = SENSOR_STATUS_UNRELIABLE;
748 if (mMagAccuracy != SENSOR_STATUS_UNRELIABLE)
749 mMagAccuracyRestore = mMagAccuracy;
750 mMagAccuracy = SENSOR_STATUS_UNRELIABLE;
751 } else if (mMagAccuracy == SENSOR_STATUS_UNRELIABLE) {
753 mMagAccuracy = mMagAccuracyRestore;
756 return mMagAccuracy;
973 mMagAccuracy = highAccuracy ? SENSOR_STATUS_ACCURACY_HIGH : SENSOR_STATUS_ACCURACY_MEDIUM;
987 sv->status = mMagAccuracy;
1006 ev->data[4] = (4 - mMagAccuracy) * heading_accuracy;