Home | History | Annotate | Download | only in include

Lines Matching refs:RegisterNatives

469     jint        (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
989 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods,
991 { return functions->RegisterNatives(this, clazz, methods, nMethods); }