Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
DJNIHelp.h42 const JNINativeMethod* gMethods, int numMethods);
111 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
Djni.h146 } JNINativeMethod; typedef
469 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
989 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
/dalvik/libnativehelper/
DJNIHelp.c33 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
/dalvik/vm/
DCheckJni.c2187 const JNINativeMethod* methods, jint nMethods) in Check_RegisterNatives()
DJni.c3365 const JNINativeMethod* methods, jint nMethods) in RegisterNatives()