Searched defs:DeleteLocalRef (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h183 void (*DeleteLocalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
553 void DeleteLocalRef(jobject localRef) function in struct:_JNIEnv
554 { functions->DeleteLocalRef(this, localRef); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h183 void (*DeleteLocalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
553 void DeleteLocalRef(jobject localRef) function in struct:_JNIEnv
554 { functions->DeleteLocalRef(this, localRef); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h183 void (*DeleteLocalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
553 void DeleteLocalRef(jobject localRef) function in struct:_JNIEnv
554 { functions->DeleteLocalRef(this, localRef); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h183 void (*DeleteLocalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
553 void DeleteLocalRef(jobject localRef) function in struct:_JNIEnv
554 { functions->DeleteLocalRef(this, localRef); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h183 void (*DeleteLocalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
553 void DeleteLocalRef(jobject localRef) function in struct:_JNIEnv
554 { functions->DeleteLocalRef(this, localRef); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h183 void (*DeleteLocalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
553 void DeleteLocalRef(jobject localRef) function in struct:_JNIEnv
554 { functions->DeleteLocalRef(this, localRef); }

Completed in 1035 milliseconds