Home
last modified time | relevance | path

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

/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.cpp40 #define MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
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()
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp40 #define MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
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()
/hardware/qcom/sm7250/gps/utils/
Dloc_nmea.cpp44 #define MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
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()
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.cpp44 #define MAX_SV_COUNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
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()