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

  /device/google/contexthub/sensorhal/
hubconnection.h 247 uint8_t mMagAccuracy;
hubconnection.cpp 131 mMagAccuracy = SENSOR_STATUS_UNRELIABLE;
709 if (mMagAccuracy != SENSOR_STATUS_UNRELIABLE)
710 mMagAccuracyRestore = mMagAccuracy;
711 mMagAccuracy = SENSOR_STATUS_UNRELIABLE;
712 } else if (mMagAccuracy == SENSOR_STATUS_UNRELIABLE) {
714 mMagAccuracy = mMagAccuracyRestore;
717 return mMagAccuracy;
    [all...]

Completed in 4760 milliseconds