Home
last modified time | relevance | path

Searched refs:jniRegisterNativeMethods (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h43 int jniRegisterNativeMethods(C_JNIEnv* env,
129 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods() function
130 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
/libnativehelper/
Dlibnativehelper.map.txt10 jniRegisterNativeMethods;
DJNIHelp.c240 int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods() function
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp266 int rc = jniRegisterNativeMethods(env, in JNI_OnLoad()