Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp223 bool m_noUpdateLastInterval = false; member in QNmeaSatelliteInfoSourcePrivate
253 if (m_noUpdateLastInterval) { in notifyNewUpdate()
259 m_noUpdateLastInterval = !emitUpdated(m_pendingUpdate); in notifyNewUpdate()
277 m_noUpdateLastInterval = false; in startUpdates()
315 m_noUpdateLastInterval = false; in stopUpdates()
352 m_noUpdateLastInterval = false; in emitPendingUpdate()
354 m_noUpdateLastInterval = true; in emitPendingUpdate()
357 if (m_noUpdateLastInterval && !m_updateTimeoutSent) { in emitPendingUpdate()
361 m_noUpdateLastInterval = true; in emitPendingUpdate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp492 m_noUpdateLastInterval(false), in QNmeaPositionInfoSourcePrivate()
578 m_noUpdateLastInterval = false; in startUpdates()
614 m_noUpdateLastInterval = false; in stopUpdates()
683 if (m_noUpdateLastInterval) { in notifyNewUpdate()
687 m_noUpdateLastInterval = false; in notifyNewUpdate()
706 m_noUpdateLastInterval = false; in emitPendingUpdate()
710 if (m_noUpdateLastInterval && !m_updateTimeoutSent) { in emitPendingUpdate()
715 m_noUpdateLastInterval = true; in emitPendingUpdate()
H A Dqnmeapositioninfosource_p.h125 bool m_noUpdateLastInterval; variable