Home
last modified time | relevance | path

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

/external/conscrypt/src/compat/native/
DJNIHelp.h45 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()
DJNIHelp.cpp70 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/
DJNIHelp.cpp68 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument
80 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
DJNIHelp.h45 int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, i…
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp619 static JNINativeMethod gMethods[] = { variable
705 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) { in JNI_OnLoad()
/external/jhead/
Dmain.c785 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
795 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp88 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))