Home
last modified time | relevance | path

Searched defs:isSingleUpdate (Results 1 – 3 of 3) sorted by relevance

/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()
169 …ndroid::processSatelliteUpdateInUse(const QList<QGeoSatelliteInfo> &satsInUse, bool isSingleUpdate) in processSatelliteUpdateInUse()
H A Djnipositioning.cpp517 …ted(JNIEnv *env, jobject /*thiz*/, jobject location, jint androidClassKey, jboolean isSingleUpdate) in positionUpdated()
562 …Env *env, jobject /*thiz*/, jobjectArray satellites, jint androidClassKey, jboolean isSingleUpdate) in satelliteUpdated()
/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
524 …c static native void positionUpdated(Location update, int androidClassKey, boolean isSingleUpdate); in positionUpdated()
527 …c native void satelliteUpdated(GpsSatellite[] update, int androidClassKey, boolean isSingleUpdate); in satelliteUpdated()