Searched defs:azimuth (Results 1 - 4 of 4) sorted by relevance

/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_APIs.c347 @param[out] azimuth Azimuthal angle in degree.
353 AKFLOAT* azimuth,
379 *azimuth = g_prms.mf_azimuth;
386 *accuracy, *azimuth, *pitch, *roll);
352 AKFS_Get_ORIENTATION( AKFLOAT* azimuth, AKFLOAT* pitch, AKFLOAT* roll, int16* accuracy ) argument
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_Direction.c29 azimuth: Rotaion around Z axis, with positive values
61 AKFLOAT* azimuth /* radian */
80 *azimuth = AKFS_ATAN2(Yh, Xh);
90 AKFLOAT* azimuth,
119 /* calculate azimuth */
122 *azimuth = RAD2DEG(azimuthRad);
126 /* Adjust range of azimuth */
127 if (*azimuth < 0) {
128 *azimuth += 360.0f;
83 AKFS_Direction( const int16 nhvec, const AKFVEC hvec[], const int16 hnave, const int16 navec, const AKFVEC avec[], const int16 anave, AKFLOAT* azimuth, AKFLOAT* pitch, AKFLOAT* roll ) argument
/hardware/libhardware/include/hardware/
H A Dsensors.h295 * azimuth: angle between the magnetic north direction and the Y axis, around
296 * the Z axis (0<=azimuth<360).
772 float azimuth; member in struct:__anon344::__anon345::__anon347
H A Dgps.h280 float azimuth; member in struct:__anon287

Completed in 3044 milliseconds