Home
last modified time | relevance | path

Searched refs:isSingleUpdate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java89 private boolean isSingleUpdate = false; field in QtPositioning
316 positioningListener.isSingleUpdate = true; in requestUpdate()
368 positioningListener.isSingleUpdate = isSingleRequest; in startSatelliteUpdates()
513 satelliteUpdated(sats, nativeClassReference, isSingleUpdate); in onGpsStatusChanged()
524 …c static native void positionUpdated(Location update, int androidClassKey, boolean isSingleUpdate); in positionUpdated() argument
527 …c native void satelliteUpdated(GpsSatellite[] update, int androidClassKey, boolean isSingleUpdate); in satelliteUpdated() argument
538 if (isSingleUpdate || expectedProviders < 3) { in onLocationChanged()
539 positionUpdated(location, nativeClassReference, isSingleUpdate); in onLocationChanged()
553 positionUpdated(location, nativeClassReference, isSingleUpdate); in onLocationChanged()
558 positionUpdated(location, nativeClassReference, isSingleUpdate); in onLocationChanged()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Dqgeosatelliteinfosource_android.cpp156 …roid::processSatelliteUpdateInView(const QList<QGeoSatelliteInfo> &satsInView, bool isSingleUpdate) in processSatelliteUpdateInView() argument
158 if (!isSingleUpdate) { in processSatelliteUpdateInView()
169 …ndroid::processSatelliteUpdateInUse(const QList<QGeoSatelliteInfo> &satsInUse, bool isSingleUpdate) in processSatelliteUpdateInUse() argument
171 if (!isSingleUpdate) { in processSatelliteUpdateInUse()
H A Dqgeosatelliteinfosource_android_p.h76 …void processSatelliteUpdateInView(const QList<QGeoSatelliteInfo> &satsInView, bool isSingleUpdate);
77 … void processSatelliteUpdateInUse(const QList<QGeoSatelliteInfo> &satsInUse, bool isSingleUpdate);
H A Djnipositioning.cpp517 …ted(JNIEnv *env, jobject /*thiz*/, jobject location, jint androidClassKey, jboolean isSingleUpdate) in positionUpdated() argument
528 if (!isSingleUpdate) in positionUpdated()
562 …Env *env, jobject /*thiz*/, jobjectArray satellites, jint androidClassKey, jboolean isSingleUpdate) in satelliteUpdated() argument
574 Q_ARG(QList<QGeoSatelliteInfo>, sats), Q_ARG(bool, isSingleUpdate)); in satelliteUpdated()
577 Q_ARG(QList<QGeoSatelliteInfo>, inUse), Q_ARG(bool, isSingleUpdate)); in satelliteUpdated()