Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h64 void parseRMCLine(const std::vector<std::string>& sentenceValues);
/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp138 void NmeaFixInfo::parseRMCLine(const std::vector<std::string>& sentenceValues) { in parseRMCLine() function in android::hardware::gnss::common::NmeaFixInfo
226 candidateFixInfo.parseRMCLine(sentenceValues); in getLocationFromInputStr()