Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp6874 size_t foundNextSentence = nmeaString.find("$", foundPos); in reportGGAToNtrip() local
6875 if (foundNextSentence != string::npos) { in reportGGAToNtrip()
6877 GGAString = nmeaString.substr(foundPos - POS_OF_GGA, foundNextSentence); in reportGGAToNtrip()