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

/frameworks/native/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.cpp48 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/hardware/
H A DSensorManager.java909 public static boolean getRotationMatrix(float[] R, float[] I, method in class:SensorManager
974 * inclination matrix <b>I</b> returned by {@link #getRotationMatrix}.
977 * inclination matrix see {@link #getRotationMatrix}.
981 * @see #getRotationMatrix(float[], float[], float[], float[])
1048 * returned by {@link #getRotationMatrix}.
1066 * @see #getRotationMatrix(float[], float[], float[], float[])
1176 * rotation matrix see {@link #getRotationMatrix}.
1183 * @see #getRotationMatrix(float[], float[], float[], float[])

Completed in 1466 milliseconds