Searched refs:GPS_MAX_SVS (Results 1 – 5 of 5) sorted by relevance
39 #define GPS_MAX_SVS 32 macro284 GpsSvInfo sv_list[GPS_MAX_SVS];
686 if (num_svs_max > GPS_MAX_SVS) in reportSv()688 num_svs_max = GPS_MAX_SVS; in reportSv()
845 if (num_svs_max > GPS_MAX_SVS) in loc_eng_report_sv()847 num_svs_max = GPS_MAX_SVS; in loc_eng_report_sv()
219 for (int i = 0; i < svStatus.num_svs && i < GPS_MAX_SVS; i++) { in loc_eng_msg_report_sv()
1558 if(num_svs_max > GPS_MAX_SVS) in reportSv()1560 num_svs_max = GPS_MAX_SVS; in reportSv()