Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c322 const JNINativeMethod* methods, int numMethods) in jniRegisterNativeMethods() argument
324 ALOGV("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()
329 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in jniRegisterNativeMethods()
/libnativehelper/include/nativehelper/
DJNIHelp.h365 int numMethods) { in jniRegisterNativeMethods() argument
373 int result = env->RegisterNatives(clazz, methods, numMethods); in jniRegisterNativeMethods()
508 int numMethods);