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

/frameworks/native/services/sensorservice/
H A DSensorFusion.h76 mat33_t getRotationMatrix(int mode = FUSION_9AXIS) const { function in class:android::SensorFusion
77 return mFusions[mode].getRotationMatrix();
H A DFusion.h71 mat33_t getRotationMatrix() const;
H A DGravitySensor.cpp61 const mat33_t R(mSensorFusion.getRotationMatrix(FUSION_NOMAG));
H A DOrientationSensor.cpp54 const mat33_t R(mSensorFusion.getRotationMatrix());
H A DFusion.cpp341 m = getRotationMatrix()*Bm;
370 const vec3_t up( getRotationMatrix() * Ba );
412 mat33_t Fusion::getRotationMatrix() const { function in class:android::Fusion
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1180 public static boolean getRotationMatrix(float[] R, float[] I, method in class:SensorManager
1255 * inclination matrix <b>I</b> returned by {@link #getRotationMatrix}.
1258 * inclination matrix see {@link #getRotationMatrix}.
1262 * @see #getRotationMatrix(float[], float[], float[], float[])
1329 * returned by {@link #getRotationMatrix}.
1347 * @see #getRotationMatrix(float[], float[], float[], float[])
1465 * rotation matrix see {@link #getRotationMatrix}.
1472 * @see #getRotationMatrix(float[], float[], float[], float[])
/frameworks/base/config/
H A Dboot-image-profile.txt2232 HPLandroid/hardware/SensorManager;->getRotationMatrix([F[F[F[F)Z
[all...]

Completed in 196 milliseconds