Home
last modified time | relevance | path

Searched refs:getRotationMatrix (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorFusion.h60 mat33_t getRotationMatrix() const { return mFusion.getRotationMatrix(); } in getRotationMatrix() function
DFusion.h64 mat33_t getRotationMatrix() const;
DGravitySensor.cpp52 const mat33_t R(mSensorFusion.getRotationMatrix()); in process()
DOrientationSensor.cpp48 const mat33_t R(mSensorFusion.getRotationMatrix()); in process()
DFusion.cpp312 const vec3_t up( getRotationMatrix() * Ba ); in handleMag()
354 mat33_t Fusion::getRotationMatrix() const { in getRotationMatrix() function in android::Fusion
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd274 {@link android.hardware.SensorManager#getRotationMatrix getRotationMatrix()} method in conjunction
349 sensor in conjunction with the {@link android.hardware.SensorManager#getRotationMatrix
350 getRotationMatrix()} method to obtain the rotation matrix and the inclination matrix. You can then
Dsensors_overview.jd178 the {@link android.hardware.SensorManager#getRotationMatrix getRotationMatrix()}
749 getOrientation()} method, the {@link android.hardware.SensorManager#getRotationMatrix
750 getRotationMatrix()} method, <a
/frameworks/base/core/java/android/hardware/
DSensorManager.java978 public static boolean getRotationMatrix(float[] R, float[] I, in getRotationMatrix() method in SensorManager
/frameworks/base/api/
Dcurrent.txt13082 method public static boolean getRotationMatrix(float[], float[], float[], float[]);
Dsystem-current.txt13422 method public static boolean getRotationMatrix(float[], float[], float[], float[]);