Searched refs:getRotationMatrix (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/sensorservice/
H A DSensorFusion.h60 mat33_t getRotationMatrix() const { return mFusion.getRotationMatrix(); } function in class:android::SensorFusion
H A DFusion.h64 mat33_t getRotationMatrix() const;
H A DGravitySensor.cpp52 const mat33_t R(mSensorFusion.getRotationMatrix());
H A DOrientationSensor.cpp45 const mat33_t R(mSensorFusion.getRotationMatrix());
H A DFusion.cpp312 const vec3_t up( getRotationMatrix() * Ba );
354 mat33_t Fusion::getRotationMatrix() const { function in class:android::Fusion
/frameworks/base/core/java/android/webkit/
H A DDeviceOrientationService.java113 if (!SensorManager.getRotationMatrix(
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1323 public static boolean getRotationMatrix(float[] R, float[] I, method in class:SensorManager
1388 * inclination matrix <b>I</b> returned by {@link #getRotationMatrix}.
1391 * inclination matrix see {@link #getRotationMatrix}.
1395 * @see #getRotationMatrix(float[], float[], float[], float[])
1462 * returned by {@link #getRotationMatrix}.
1480 * @see #getRotationMatrix(float[], float[], float[], float[])
1590 * rotation matrix see {@link #getRotationMatrix}.
1597 * @see #getRotationMatrix(float[], float[], float[], float[])

Completed in 100 milliseconds