Home | History | Annotate | Download | only in include

Lines Matching refs:RegisterNatives

454     jint        (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods,
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }