Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp40 NmeaFixInfo::NmeaFixInfo() : hasGMCRecord(false), hasGGARecord(false) {} in NmeaFixInfo()
113 return hasGMCRecord && hasGGARecord; in isValidFix()
148 this->hasGMCRecord = true; in parseRMCLine()
156 this->hasGMCRecord = false; in reset()
181 this->hasGMCRecord = rhs.hasGMCRecord; in operator =()
/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h37 bool hasGMCRecord; variable