Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp326 QByteArray &m_nextLine, in processSentence() argument
338 while (m_nextLine.size() || (m_proxy->m_device && m_proxy->m_device->bytesAvailable() > 0)) { in processSentence()
343 if (m_nextLine.size()) { in processSentence()
345 size = m_nextLine.size(); in processSentence()
346 nextLine = m_nextLine; in processSentence()
347 m_nextLine.clear(); in processSentence()
391 m_nextLine = QByteArray(buf, size); in processSentence()
427 processSentence(info, m_nextLine, m_proxy, m_pendingUpdates, hasFix); in setFirstDateTime()
462 int timeToNextUpdate = processSentence(info, m_nextLine, m_proxy, m_pendingUpdates, hasFix); in processNextSentence()
H A Dqnmeapositioninfosource_p.h181 QByteArray m_nextLine; variable