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 749 Sensor mAccSensor, mGyroSensor, mMagSensor;
765 mGyroSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_GYROSCOPE_UNCALIBRATED);
769 mSensorManager.registerListener(this, mGyroSensor, SENSOR_RATE);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 209 private Sensor mGyroSensor = null;
248 mGyroSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_GYROSCOPE);
256 mSensorManager.registerListener(this, mGyroSensor,
    [all...]

Completed in 132 milliseconds