Searched refs:gMethods (Results 1 – 7 of 7) sorted by relevance
/external/conscrypt/src/compat/native/ |
D | JNIHelp.h | 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods,… 122 …ativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { in jniRegisterNativeMethods() argument 123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
|
D | JNIHelp.cpp | 70 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument 83 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
|
/external/conscrypt/src/openjdk/native/ |
D | JNIHelp.cpp | 68 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument 80 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
|
D | JNIHelp.h | 45 int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, i…
|
/external/svox/pico/compat/jni/ |
D | com_android_tts_compat_SynthProxy.cpp | 619 static JNINativeMethod gMethods[] = { variable 705 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) { in JNI_OnLoad()
|
/external/jhead/ |
D | main.c | 785 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 795 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 88 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))
|