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

  /frameworks/native/services/sensorservice/
Fusion.h 31 FUSION_9AXIS, // use accel gyro mag
32 FUSION_NOMAG, // use accel gyro (game rotation, gravity)
41 * - the estimated gyro bias
90 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
Fusion.cpp 38 * GYRO_VAR gives the measured variance of the gyro's output per
39 * Hz (or variance at 1 Hz). This is an "intrinsic" parameter of the gyro,
42 * The variance of gyro's output at a given sampling period can be
257 ((mInitState & GYRO) || (mMode == FUSION_NOGYRO)) &&
276 } else if (what == GYRO) {
280 mInitState |= GYRO;
314 if (!checkInitComplete(GYRO, w, dT))
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteSender.java 45 public static final int GYRO = 9;
77 out.writeInt(GYRO);
RemoteInput.java 261 case RemoteSender.GYRO:
  /device/google/contexthub/firmware/src/algos/
fusion.c 35 #define GYRO 4
105 | ((fusion->flags & FUSION_USE_GYRO) ? GYRO : 0));
116 | ((fusion->flags & FUSION_USE_GYRO) ? GYRO : 0));
173 case GYRO:
183 fusion->mInitState |= GYRO;
391 if (!fusion_init_complete(fusion, GYRO, w, dT)) {
500 // accumulate gyro bias (causes self spin) only if not
530 // drive the Kalman filter with zero mean dummy gyro vector

Completed in 206 milliseconds