Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp6858 #define COMMAS_BEFORE_VALID (6) //"$GPGGA,,,,,,0,,,,,,,,*hh" in reportGGAToNtrip() macro
6885 while (foundPos != string::npos && foundNth < COMMAS_BEFORE_VALID) { in reportGGAToNtrip()
6891 if (COMMAS_BEFORE_VALID == foundNth && GGAString.at(foundPos-1) != '0') { in reportGGAToNtrip()