Searched refs:gMethods (Results 1 – 2 of 2) sorted by relevance
42 const JNINativeMethod* gMethods, int numMethods);111 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument113 return jniRegisterNativeMethods(&env->functions, className, gMethods, in jniRegisterNativeMethods()
33 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument45 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in jniRegisterNativeMethods()