Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h63 void parseGGALine(const std::vector<std::string>& sentenceValues);
/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp113 void NmeaFixInfo::parseGGALine(const std::vector<std::string>& sentenceValues) { in parseGGALine() function in android::hardware::gnss::common::NmeaFixInfo
224 candidateFixInfo.parseGGALine(sentenceValues); in getLocationFromInputStr()