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 },
859 static void nativeCancel(JNIEnv* env, jobject clazz, jlong connectionPtr) { in nativeCancel() function932 (void*)nativeCancel },
168 private static native void nativeCancel(long connectionPtr); in nativeCancel() method in SQLiteConnection1134 nativeCancel(mConnectionPtr); in onCancel()
17413 Landroid/database/sqlite/SQLiteConnection;->nativeCancel(J)V