Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp6870 size_t foundNth = 0; in reportGGAToNtrip() local
6885 while (foundPos != string::npos && foundNth < COMMAS_BEFORE_VALID) { in reportGGAToNtrip()
6887 foundNth++; in reportGGAToNtrip()
6891 if (COMMAS_BEFORE_VALID == foundNth && GGAString.at(foundPos-1) != '0') { in reportGGAToNtrip()