Searched refs:methods (Results 1 – 7 of 7) sorted by relevance
/libnativehelper/tests_mts/jni/ |
D | jni_helper_jni.cpp | 99 static const JNINativeMethod methods[] = { in JNI_OnLoad() local 136 methods, in JNI_OnLoad() 137 std::size(methods)); in JNI_OnLoad()
|
/libnativehelper/ |
D | libnativehelper.map.txt | 8 # JNI Invocation methods available to platform and apps.
|
D | JNIHelp.c | 322 const JNINativeMethod* methods, int numMethods) in jniRegisterNativeMethods() argument 329 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in jniRegisterNativeMethods()
|
D | README.md | 46 The `jni_macros.h` header provide compile time checking of JNI methods
|
/libnativehelper/tests_mts/ |
D | README.md | 25 specifically the following methods:
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 359 const JNINativeMethod* methods, in jniRegisterNativeMethods() argument 368 int result = env->RegisterNatives(clazz, methods, numMethods); in jniRegisterNativeMethods()
|
/libnativehelper/include_jni/ |
D | jni.h | 975 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives() 977 { return functions->RegisterNatives(this, clazz, methods, nMethods); } in RegisterNatives()
|