Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp368 return GSVFullyParsed; // Malformed sentence. in getSatInfoFromNmea()
374 return GSVFullyParsed; // Malformed sentence. in getSatInfoFromNmea()
380 return GSVFullyParsed; // Malformed sentence. in getSatInfoFromNmea()
386 return GSVFullyParsed; // Malformed sentence. in getSatInfoFromNmea()
409 return GSVFullyParsed; in getSatInfoFromNmea()
H A Dqlocationutils_p.h303 GSVFullyParsed enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp402 } else if (parserStatus == QLocationUtils::GSVFullyParsed) { in readAvailableData()