Searched refs:gMethods (Results 1 – 1 of 1) sorted by relevance
45 const JNINativeMethod* gMethods,129 …ativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { in jniRegisterNativeMethods() argument130 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()