Searched refs:JNINativeMethod (Results 1 – 5 of 5) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 42 const JNINativeMethod* gMethods, int numMethods); 111 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
|
D | jni.h | 146 } JNINativeMethod; typedef 469 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, 989 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
|
/dalvik/libnativehelper/ |
D | JNIHelp.c | 33 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
|
/dalvik/vm/ |
D | CheckJni.c | 2187 const JNINativeMethod* methods, jint nMethods) in Check_RegisterNatives()
|
D | Jni.c | 3365 const JNINativeMethod* methods, jint nMethods) in RegisterNatives()
|