Searched refs:gMethods (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 43 const JNINativeMethod* gMethods, 194 …ativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { in jniRegisterNativeMethods() argument 195 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
|
/libnativehelper/ |
D | JNIHelp.cpp | 67 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument 78 int result = e->RegisterNatives(c.get(), gMethods, numMethods); in jniRegisterNativeMethods()
|