Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 7 of 7) sorted by relevance

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp99 static const JNINativeMethod methods[] = { in JNI_OnLoad() local
136 methods, in JNI_OnLoad()
137 std::size(methods)); in JNI_OnLoad()
/libnativehelper/
Dlibnativehelper.map.txt8 # JNI Invocation methods available to platform and apps.
DJNIHelp.c322 const JNINativeMethod* methods, int numMethods) in jniRegisterNativeMethods() argument
329 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in jniRegisterNativeMethods()
DREADME.md46 The `jni_macros.h` header provide compile time checking of JNI methods
/libnativehelper/tests_mts/
DREADME.md25 specifically the following methods:
/libnativehelper/include/nativehelper/
DJNIHelp.h359 const JNINativeMethod* methods, in jniRegisterNativeMethods() argument
368 int result = env->RegisterNatives(clazz, methods, numMethods); in jniRegisterNativeMethods()
/libnativehelper/include_jni/
Djni.h975 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
977 { return functions->RegisterNatives(this, clazz, methods, nMethods); } in RegisterNatives()