Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp201 NmeaFixInfo candidateFixInfo; in getLocationFromInputStr() local
217 candidateFixInfo.isValidFix()) { in getLocationFromInputStr()
218 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()
219 candidateFixInfo.reset(); in getLocationFromInputStr()
223 candidateFixInfo.fixId = fixId; in getLocationFromInputStr()
224 candidateFixInfo.parseGGALine(sentenceValues); in getLocationFromInputStr()
226 candidateFixInfo.parseRMCLine(sentenceValues); in getLocationFromInputStr()
229 if (candidateFixInfo.isValidFix()) { in getLocationFromInputStr()
230 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()
231 candidateFixInfo.reset(); in getLocationFromInputStr()