Searched refs:m_pendingUpdates (Results 1 – 2 of 2) sorted by relevance
328 QQueue<QPendingGeoPositionInfo> &m_pendingUpdates, in processSentence() argument333 if (m_pendingUpdates.size() > 0) in processSentence()334 prevTs = m_pendingUpdates.head().info.timestamp(); in processSentence()427 processSentence(info, m_nextLine, m_proxy, m_pendingUpdates, hasFix); in setFirstDateTime()433 m_pendingUpdates.enqueue(pending); in setFirstDateTime()441 if (m_pendingUpdates.size() > 0) { in simulatePendingUpdate()443 QPendingGeoPositionInfo &pending = m_pendingUpdates.head(); in simulatePendingUpdate()462 int timeToNextUpdate = processSentence(info, m_nextLine, m_proxy, m_pendingUpdates, hasFix); in processNextSentence()466 m_pendingUpdates.dequeue(); in processNextSentence()471 m_pendingUpdates.enqueue(pending); in processNextSentence()
180 QQueue<QPendingGeoPositionInfo> m_pendingUpdates; variable