Searched refs:m_lastVelocityIsFresh (Results 1 – 2 of 2) sorted by relevance
80 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()
130 bool m_lastVelocityIsFresh; variable