Searched refs:nativeCancel (Results 1 – 5 of 5) sorted by relevance
86 private native void nativeCancel(long nativeContext); in nativeCancel() method in Tuner207 nativeCancel(mNativeContext); in cancel()
306 static void nativeCancel(JNIEnv *env, jobject obj, jlong nativeContext) { in nativeCancel() function445 { "nativeCancel", "(J)V", (void*)nativeCancel },
789 static void nativeCancel(JNIEnv* env, jobject clazz, jlong connectionPtr) { in nativeCancel() function860 (void*)nativeCancel },
160 private static native void nativeCancel(long connectionPtr); in nativeCancel() method in SQLiteConnection1073 nativeCancel(mConnectionPtr); in onCancel()
17422 Landroid/database/sqlite/SQLiteConnection;->nativeCancel(J)V