Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp198 std::vector<std::string> nmeaRecords; in getLocationFromInputStr() local
199 splitStr(inputStr, LINE_SEPARATOR, nmeaRecords); in getLocationFromInputStr()
204 for (const auto& line : nmeaRecords) { in getLocationFromInputStr()