Searched refs:gMethods (Results 1 - 5 of 5) sorted by relevance

/external/conscrypt/src/compat/native/
H A DJNIHelp.h45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { argument
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
H A DJNIHelp.cpp70 const JNINativeMethod* gMethods, int numMethods)
83 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
69 jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp619 static JNINativeMethod gMethods[] = { variable
705 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) {
/external/jhead/
H A Dmain.c784 JNINativeMethod* gMethods, int numMethods)
794 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
783 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp82 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))

Completed in 259 milliseconds