Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeopositioninfosource_geocluemaster.cpp80 m_vel(0), m_requestTimer(this), m_lastVelocityIsFresh(false), m_regularUpdateTimedOut(false), in QGeoPositionInfoSourceGeoclueMaster()
127 m_lastVelocityIsFresh = false; in positionUpdateFailed()
154 if (m_lastVelocityIsFresh) { in updatePosition()
161 m_lastVelocityIsFresh = false; in updatePosition()
182 m_lastVelocityIsFresh = false; in velocityUpdateFailed()
195 m_lastVelocityIsFresh = true; in updateVelocity()
241 m_lastVelocityIsFresh = false; in setPreferredPositioningMethods()
H A Dqgeopositioninfosource_geocluemaster.h130 bool m_lastVelocityIsFresh; variable