Home
last modified time | relevance | path

Searched refs:totalSvCount (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.cpp360 static uint32_t get_sv_count_from_mask(uint64_t svMask, int totalSvCount) in get_sv_count_from_mask() argument
365 if(totalSvCount > MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION) { in get_sv_count_from_mask()
367 totalSvCount, MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION); in get_sv_count_from_mask()
369 for(index = 0; index < totalSvCount; index++) { in get_sv_count_from_mask()
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp360 static uint32_t get_sv_count_from_mask(uint64_t svMask, int totalSvCount) in get_sv_count_from_mask() argument
365 if(totalSvCount > MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION) { in get_sv_count_from_mask()
367 totalSvCount, MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION); in get_sv_count_from_mask()
369 for(index = 0; index < totalSvCount; index++) { in get_sv_count_from_mask()
/hardware/qcom/sm7250/gps/utils/
Dloc_nmea.cpp370 static uint32_t get_sv_count_from_mask(uint64_t svMask, int totalSvCount) in get_sv_count_from_mask() argument
375 if(totalSvCount > MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION) { in get_sv_count_from_mask()
377 totalSvCount, MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION); in get_sv_count_from_mask()
379 for(index = 0; index < totalSvCount; index++) { in get_sv_count_from_mask()
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.cpp370 static uint32_t get_sv_count_from_mask(uint64_t svMask, int totalSvCount) in get_sv_count_from_mask() argument
375 if(totalSvCount > MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION) { in get_sv_count_from_mask()
377 totalSvCount, MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION); in get_sv_count_from_mask()
379 for(index = 0; index < totalSvCount; index++) { in get_sv_count_from_mask()