Searched refs:GPS_MAX_SVS (Results 1 – 11 of 11) sorted by relevance
75 #define GPS_MAX_SVS 32 macro449 GpsSvInfo sv_list[GPS_MAX_SVS];
265 for (int i = 0; i < svStatus.num_svs && i < GPS_MAX_SVS; i++) { in reportSv()
811 if (num_svs_max > GPS_MAX_SVS) in reportSv()813 num_svs_max = GPS_MAX_SVS; in reportSv()
809 if (num_svs_max > GPS_MAX_SVS) in reportSv()811 num_svs_max = GPS_MAX_SVS; in reportSv()
808 for (int i = 0; i < mSvStatus.num_svs && i < GPS_MAX_SVS; i++) { in locallog()
1646 for (int i =0; i< mGpsData.measurement_count && i < GPS_MAX_SVS; i++) { in locallog()
1645 for (int i =0; i< mGpsData.measurement_count && i < GPS_MAX_SVS; i++) { in locallog()