Searched refs:satInfos (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.cpp | 148 … const QList<QGeoSatelliteInfo> &satInfos) in updateSatelliteInfo() argument 154 foreach (const QGeoSatelliteInfo &si, satInfos) in updateSatelliteInfo() 158 if (satInfos.length() != satellitesVisible) { in updateSatelliteInfo() 160 "does not match expected number of in view satellites (%d).", satInfos.length(), in updateSatelliteInfo() 170 m_inView = satInfos; in updateSatelliteInfo() 209 …esUsed, int satellitesVisible, const QList<int> &usedPrn, const QList<QGeoSatelliteInfo> &satInfos) in satelliteChanged() argument 211 updateSatelliteInfo(timestamp, satellitesUsed, satellitesVisible, usedPrn, satInfos); in satelliteChanged()
|
| H A D | qgeosatelliteinfosource_geocluemaster.h | 80 const QList<int> &usedPrn, const QList<QGeoSatelliteInfo> &satInfos); 88 const QList<int> &usedPrn, const QList<QGeoSatelliteInfo> &satInfos);
|