Searched refs:jniRegisterNativeMethods (Results 1 – 4 of 4) sorted by relevance
43 int jniRegisterNativeMethods(C_JNIEnv* env,129 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods() function130 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
10 jniRegisterNativeMethods;
240 int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods() function
266 int rc = jniRegisterNativeMethods(env, in JNI_OnLoad()