Searched refs:splitStr (Results 1 – 2 of 2) sorted by relevance
164 void NmeaFixInfo::splitStr(const std::string& line, const char& delimiter, in splitStr() function in android::hardware::gnss::common::NmeaFixInfo199 splitStr(inputStr, LINE_SEPARATOR, nmeaRecords); in getLocationFromInputStr()210 splitStr(line, COMMA_SEPARATOR, sentenceValues); in getLocationFromInputStr()
57 static void splitStr(const std::string& line, const char& delimiter,