Home
last modified time | relevance | path

Searched refs:sv_info_ptr (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp1976 const qmiLocSvInfoStructT_v02 *sv_info_ptr; in reportSv() local
1997 sv_info_ptr = &(gnss_report_ptr->svList[i]); in reportSv()
1998 if((sv_info_ptr->validMask & QMI_LOC_SV_INFO_MASK_VALID_SYSTEM_V02) && in reportSv()
1999 (sv_info_ptr->validMask & QMI_LOC_SV_INFO_MASK_VALID_GNSS_SVID_V02) in reportSv()
2000 && (sv_info_ptr->gnssSvId != 0 )) in reportSv()
2002 if(sv_info_ptr->system == eQMI_LOC_SV_SYSTEM_GPS_V02) in reportSv()
2005 SvStatus.sv_list[SvStatus.num_svs].prn = (int)sv_info_ptr->gnssSvId; in reportSv()
2008 if(sv_info_ptr->validMask & in reportSv()
2011 if(sv_info_ptr->svInfoMask & in reportSv()
2014 SvStatus.ephemeris_mask |= (1 << (sv_info_ptr->gnssSvId-1)); in reportSv()
[all …]
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp1976 const qmiLocSvInfoStructT_v02 *sv_info_ptr; in reportSv() local
1997 sv_info_ptr = &(gnss_report_ptr->svList[i]); in reportSv()
1998 if((sv_info_ptr->validMask & QMI_LOC_SV_INFO_MASK_VALID_SYSTEM_V02) && in reportSv()
1999 (sv_info_ptr->validMask & QMI_LOC_SV_INFO_MASK_VALID_GNSS_SVID_V02) in reportSv()
2000 && (sv_info_ptr->gnssSvId != 0 )) in reportSv()
2002 if(sv_info_ptr->system == eQMI_LOC_SV_SYSTEM_GPS_V02) in reportSv()
2005 SvStatus.sv_list[SvStatus.num_svs].prn = (int)sv_info_ptr->gnssSvId; in reportSv()
2008 if(sv_info_ptr->validMask & in reportSv()
2011 if(sv_info_ptr->svInfoMask & in reportSv()
2014 SvStatus.ephemeris_mask |= (1 << (sv_info_ptr->gnssSvId-1)); in reportSv()
[all …]
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp1910 const qmiLocSvInfoStructT_v02 *sv_info_ptr; in reportSv() local
1929 sv_info_ptr = &(gnss_report_ptr->svList[i]); in reportSv()
1930 if((sv_info_ptr->validMask & QMI_LOC_SV_INFO_MASK_VALID_SYSTEM_V02) && in reportSv()
1931 (sv_info_ptr->validMask & QMI_LOC_SV_INFO_MASK_VALID_GNSS_SVID_V02) in reportSv()
1932 && (sv_info_ptr->gnssSvId != 0 )) in reportSv()
1934 if(sv_info_ptr->system == eQMI_LOC_SV_SYSTEM_GPS_V02) in reportSv()
1937 SvStatus.sv_list[SvStatus.num_svs].prn = (int)sv_info_ptr->gnssSvId; in reportSv()
1940 if(sv_info_ptr->validMask & in reportSv()
1943 if(sv_info_ptr->svInfoMask & in reportSv()
1946 SvStatus.ephemeris_mask |= (1 << (sv_info_ptr->gnssSvId-1)); in reportSv()
[all …]