Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Dqgeosatelliteinfosource_android.cpp156 …eAndroid::processSatelliteUpdateInView(const QList<QGeoSatelliteInfo> &satsInView, bool isSingleUp… in processSatelliteUpdateInView() argument
162 emit QGeoSatelliteInfoSource::satellitesInViewUpdated(satsInView); in processSatelliteUpdateInView()
166 m_satsInView = satsInView; in processSatelliteUpdateInView()
H A Dqgeosatelliteinfosource_android_p.h76 …void processSatelliteUpdateInView(const QList<QGeoSatelliteInfo> &satsInView, bool isSingleUpdate);