Searched refs:inputStr (Results 1 – 3 of 3) sorted by relevance
54 static std::unique_ptr<V2_0::GnssLocation> getLocationFromInputStr(const std::string& inputStr);
197 const std::string& inputStr) { in getLocationFromInputStr() argument199 splitStr(inputStr, LINE_SEPARATOR, nmeaRecords); in getLocationFromInputStr()
194 std::string inputStr = ""; in getLocationFromHW() local206 inputStr += std::string(inputBuffer, bytes_read); in getLocationFromHW()208 return NmeaFixInfo::getLocationFromInputStr(inputStr); in getLocationFromHW()