Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java513 satelliteUpdated(sats, nativeClassReference, isSingleUpdate); in onGpsStatusChanged()
527 …public static native void satelliteUpdated(GpsSatellite[] update, int androidClassKey, boolean isS… in satelliteUpdated() method in QtPositioning
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp562 static void satelliteUpdated(JNIEnv *env, jobject /*thiz*/, jobjectArray satellites, jint androidCl… in satelliteUpdated() function
598 {"satelliteUpdated", "([Landroid/location/GpsSatellite;IZ)V", (void *)satelliteUpdated},