Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods,…
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods()
Djni.h133 } JNINativeMethod; typedef
456 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
976 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
/libnativehelper/
DJNIHelp.cpp71 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()