Searched refs:gMethods (Results 1 – 2 of 2) sorted by relevance
81 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, in jniRegisterNativeMethods() argument93 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
125 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,