Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp204 NmeaFixInfo candidateFixInfo; in getLocationFromInputStr() local
220 candidateFixInfo.isValidFix()) { in getLocationFromInputStr()
221 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()
222 candidateFixInfo.reset(); in getLocationFromInputStr()
226 candidateFixInfo.fixId = fixId; in getLocationFromInputStr()
227 candidateFixInfo.parseGGALine(sentenceValues); in getLocationFromInputStr()
229 candidateFixInfo.parseRMCLine(sentenceValues); in getLocationFromInputStr()
232 if (candidateFixInfo.isValidFix()) { in getLocationFromInputStr()
233 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()
234 candidateFixInfo.reset(); in getLocationFromInputStr()