Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h45 const JNINativeMethod* gMethods,
129 …ativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { in jniRegisterNativeMethods() argument
130 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()