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

  /frameworks/native/services/sensorservice/
Fusion.h 74 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
Fusion.cpp 242 return (mInitState == (MAG|ACC|GYRO));
253 } else if (what == MAG) {
256 mInitState |= MAG;
268 if (mInitState == (MAG|ACC|GYRO)) {
318 // Also reject if too small since we will get ill-defined (zero mag)
323 if (!checkInitComplete(MAG, m))

Completed in 143 milliseconds