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

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h471 void (*DeleteWeakGlobalRef)(JNIEnv*, jweak); member in struct:JNINativeInterface
1011 void DeleteWeakGlobalRef(jweak obj) function in struct:_JNIEnv
1012 { functions->DeleteWeakGlobalRef(this, obj); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h471 void (*DeleteWeakGlobalRef)(JNIEnv*, jweak); member in struct:JNINativeInterface
1011 void DeleteWeakGlobalRef(jweak obj) function in struct:_JNIEnv
1012 { functions->DeleteWeakGlobalRef(this, obj); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h471 void (*DeleteWeakGlobalRef)(JNIEnv*, jweak); member in struct:JNINativeInterface
1011 void DeleteWeakGlobalRef(jweak obj) function in struct:_JNIEnv
1012 { functions->DeleteWeakGlobalRef(this, obj); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h471 void (*DeleteWeakGlobalRef)(JNIEnv*, jweak); member in struct:JNINativeInterface
1011 void DeleteWeakGlobalRef(jweak obj) function in struct:_JNIEnv
1012 { functions->DeleteWeakGlobalRef(this, obj); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h471 void (*DeleteWeakGlobalRef)(JNIEnv*, jweak); member in struct:JNINativeInterface
1011 void DeleteWeakGlobalRef(jweak obj) function in struct:_JNIEnv
1012 { functions->DeleteWeakGlobalRef(this, obj); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h471 void (*DeleteWeakGlobalRef)(JNIEnv*, jweak); member in struct:JNINativeInterface
1011 void DeleteWeakGlobalRef(jweak obj) function in struct:_JNIEnv
1012 { functions->DeleteWeakGlobalRef(this, obj); }

Completed in 103 milliseconds