Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp190 while (m_proxy->m_device->canReadLine()) { in readAvailableData()
198 qint64 size = m_proxy->m_device->readLine(buf, sizeof(buf)); in readAvailableData()
201 const bool parsed = m_proxy->parsePosInfoFromNmeaData(buf, size, &pos, &hasFix); in readAvailableData()
230 m_proxy->notifyNewUpdate(&m_update, oldFix); in readAvailableData()
280 m_proxy->notifyNewUpdate(&m_update, m_hasFix); in notifyNewUpdate()
308 Q_ASSERT(m_proxy->m_device && (m_proxy->m_device->openMode() & QIODevice::ReadOnly)); in readAvailableData()
327 QNmeaPositionInfoSourcePrivate *m_proxy, in processSentence() argument
338 while (m_nextLine.size() || (m_proxy->m_device && m_proxy->m_device->bytesAvailable() > 0)) { in processSentence()
350 size = m_proxy->m_device->readLine(buf, sizeof(static_buf)); in processSentence()
378 if (m_proxy->parsePosInfoFromNmeaData(buf, size, &pos, &hasFix)) { in processSentence()
[all …]
H A Dqnmeapositioninfosource_p.h135 : m_proxy(sourcePrivate) {} in QNmeaReader()
141 QNmeaPositionInfoSourcePrivate *m_proxy;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dtst_qnmeapositioninfosource.h137 m_proxy = proxy; in Q_DECLARE_METATYPE()
147m_proxy->feedBytes(QLocationTestUtils::createRmcSentence(QDateTime::currentDateTime()).toLatin1()); in Q_DECLARE_METATYPE()
151 QNmeaPositionInfoSourceProxy *m_proxy; in Q_DECLARE_METATYPE()