Searched refs:RegisterNatives (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }

Completed in 4651 milliseconds