Home | History | Annotate | Download | only in include

Lines Matching defs:RegisterNatives

470     jint        (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
1007 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods,
1009 { return functions->RegisterNatives(this, clazz, methods, nMethods); }