Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 5 of 5) 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/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.c784 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
794 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp82 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))