Home
last modified time | relevance | path

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

/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp266 #define MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
270 if (totalSvCntInThisConstellation > MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION) { in getNumSvUsed()
272 totalSvCntInThisConstellation, MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION); in getNumSvUsed()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp234 #define MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
238 if (totalSvCntInThisConstellation > MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION) { in getNumSvUsed()
240 totalSvCntInThisConstellation, MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION); in getNumSvUsed()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp336 #define MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION 64 macro
340 if (totalSvCntInThisConstellation > MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION) { in getNumSvUsed()
342 totalSvCntInThisConstellation, MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION); in getNumSvUsed()