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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 696 Sensor mAccSensor, mGyroSensor, mMagSensor;
712 mGyroSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_GYROSCOPE_UNCALIBRATED);
716 mSensorManager.registerListener(this, mGyroSensor, SENSOR_RATE);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 196 private Sensor mGyroSensor = null;
232 mGyroSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_GYROSCOPE);
240 mSensorManager.registerListener(this, mGyroSensor,
    [all...]

Completed in 176 milliseconds