Searched refs:RegisterNatives (Results 1 – 2 of 2) sorted by relevance
/development/samples/SimpleJNI/jni/ |
D | native.cpp | 50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/development/ndk/platforms/android-3/include/ |
D | jni.h | 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member 1007 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives() function 1009 { return functions->RegisterNatives(this, clazz, methods, nMethods); } in RegisterNatives()
|