Searched defs:androidClassKey (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 D | QtPositioning.java | 188 int androidClassKey = listener.nativeClassReference; in addActiveListener() local 206 int androidClassKey = listener.nativeClassReference; in addActiveListener() local 229 static private void removeActiveListener(int androidClassKey) in removeActiveListener() 240 static public int startUpdates(int androidClassKey, int locationProvider, int updateInterval) in startUpdates() 296 static public void stopUpdates(int androidClassKey) in stopUpdates() 309 static public int requestUpdate(int androidClassKey, int locationProvider) in requestUpdate() 359 …static public int startSatelliteUpdates(int androidClassKey, int updateInterval, boolean isSingleR… in startSatelliteUpdates() 524 …public static native void positionUpdated(Location update, int androidClassKey, boolean isSingleUp… in positionUpdated() 525 public static native void locationProvidersDisabled(int androidClassKey); in locationProvidersDisabled() 526 public static native void locationProvidersChanged(int androidClassKey); in locationProvidersChanged() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | jnipositioning.cpp | 394 QGeoPositionInfoSource::Error startUpdates(int androidClassKey) in startUpdates() 425 void stopUpdates(int androidClassKey) in stopUpdates() 434 QGeoPositionInfoSource::Error requestUpdate(int androidClassKey) in requestUpdate() 462 …QGeoSatelliteInfoSource::Error startSatelliteUpdates(int androidClassKey, bool isSingleRequest, in… in startSatelliteUpdates() 517 static void positionUpdated(JNIEnv *env, jobject /*thiz*/, jobject location, jint androidClassKey, … in positionUpdated() 536 static void locationProvidersDisabled(JNIEnv *env, jobject /*thiz*/, jint androidClassKey) in locationProvidersDisabled() 550 static void locationProvidersChanged(JNIEnv *env, jobject /*thiz*/, jint androidClassKey) in locationProvidersChanged() 562 …teUpdated(JNIEnv *env, jobject /*thiz*/, jobjectArray satellites, jint androidClassKey, jboolean i… in satelliteUpdated()
|