Searched defs:RegisterNatives (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h162 * used in RegisterNatives to describe native method name, signature,
696 jint (JNICALL *RegisterNatives) member in struct:JNINativeInterface_
1710 jint RegisterNatives(jclass clazz, const JNINativeMethod *methods, function in struct:JNIEnv_
1712 return functions->RegisterNatives(this,clazz,methods,nMethods);
H A Djri.h384 (((*(env))->RegisterNatives)(env, JRI_RegisterNatives_op, clazz, nameAndSigArray, nativeProcArray))
535 void (*RegisterNatives)(JRIEnv* env, jint op, struct java_lang_Class* a, char** b, void** c); member in struct:JRIEnvInterface

Completed in 84 milliseconds