Searched defs:azimuth (Results 1 - 19 of 19) 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.h216 float azimuth; member in struct:__anon1466::__anon1467::__anon1469
H A Dgps.h389 float azimuth; member in struct:__anon1322
430 float azimuth; member in struct:__anon1323
/hardware/qcom/gps/msm8998/location/
H A DLocationAPI.h99 GNSS_LOCATION_INFO_HOR_ACCURACY_ELIP_AZIMUTH_BIT = (1<<7),// valid accuracy elipsode azimuth
481 float horUncEllipseOrientAzimuth; // horizontal elliptical accuracy azimuth
503 float azimuth; // azimuth of SV (in degrees) member in struct:__anon3722
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h574 float azimuth; member in struct:__anon3776
615 float azimuth; member in struct:__anon3777
/hardware/qcom/gps/sdm845/location/
H A DLocationAPI.h99 GNSS_LOCATION_INFO_HOR_ACCURACY_ELIP_AZIMUTH_BIT = (1<<7),// valid accuracy elipsode azimuth
481 float horUncEllipseOrientAzimuth; // horizontal elliptical accuracy azimuth
503 float azimuth; // azimuth of SV (in degrees) member in struct:__anon3888
/hardware/qcom/gps/sdm845/utils/
H A Dloc_gps.h578 float azimuth; member in struct:__anon3942
619 float azimuth; member in struct:__anon3943
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h146 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h140 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h162 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h146 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h140 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h162 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h162 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h146 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h140 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h162 float azimuth; member in struct:rpc_loc_sv_info_s_type
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h162 float azimuth; member in struct:rpc_loc_sv_info_s_type

Completed in 568 milliseconds