Home
last modified time | relevance | path

Searched refs:m_vel (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()
210 delete m_vel; in cleanupPositionSource()
211 m_vel = 0; in cleanupPositionSource()
315 if (m_vel) { in stopUpdates()
316 disconnect(m_vel, SIGNAL(VelocityChanged(qint32,qint32,double,double,double)), in stopUpdates()
396m_vel = new OrgFreedesktopGeoclueVelocityInterface(service, path, QDBusConnection::sessionBus()); in positionProviderChanged()
397 if (m_vel->isValid() && m_running) { in positionProviderChanged()
398 connect(m_vel, SIGNAL(VelocityChanged(qint32,qint32,double,double,double)), in positionProviderChanged()
H A Dqgeopositioninfosource_geocluemaster.h127 OrgFreedesktopGeoclueVelocityInterface *m_vel; variable