Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
DJNIHelp.h42 const JNINativeMethod* gMethods, int numMethods);
111 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument
113 return jniRegisterNativeMethods(&env->functions, className, gMethods, in jniRegisterNativeMethods()
/dalvik/libnativehelper/
DJNIHelp.c33 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument
45 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in jniRegisterNativeMethods()