Home
last modified time | relevance | path

Searched refs:totalSvCntInThisConstellation (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.h208 int totalSvCntInThisConstellation);
DGnssAdapter.cpp236 int totalSvCntInThisConstellation) in getNumSvUsed() argument
238 if (totalSvCntInThisConstellation > MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION) { in getNumSvUsed()
240 totalSvCntInThisConstellation, MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION); in getNumSvUsed()
246 for (int i = 0; i < totalSvCntInThisConstellation; i++) { in getNumSvUsed()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.h229 int totalSvCntInThisConstellation);
DGnssAdapter.cpp268 int totalSvCntInThisConstellation) in getNumSvUsed() argument
270 if (totalSvCntInThisConstellation > MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION) { in getNumSvUsed()
272 totalSvCntInThisConstellation, MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION); in getNumSvUsed()
278 for (int i = 0; i < totalSvCntInThisConstellation; i++) { in getNumSvUsed()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h300 int totalSvCntInThisConstellation);
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h300 int totalSvCntInThisConstellation);
DGnssAdapter.cpp338 int totalSvCntInThisConstellation) in getNumSvUsed() argument
340 if (totalSvCntInThisConstellation > MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION) { in getNumSvUsed()
342 totalSvCntInThisConstellation, MAX_SV_CNT_SUPPORTED_IN_ONE_CONSTELLATION); in getNumSvUsed()
348 for (int i = 0; i < totalSvCntInThisConstellation; i++) { in getNumSvUsed()