Home
last modified time | relevance | path

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

/external/srec/srec_jni/
Dandroid_speech_srec_MicrophoneInputStream.cpp109 static JNINativeMethod gMethods[] = { variable
140 if (env->RegisterNatives(clazz, gMethods, in register_android_speech_srec_MicrophoneInputStream()
141 sizeof(gMethods) / sizeof(gMethods[0])) < 0) { in register_android_speech_srec_MicrophoneInputStream()
Dandroid_speech_srec_Recognizer.cpp543 static JNINativeMethod gMethods[] = { variable
629 if (env->RegisterNatives(clazz, gMethods, in register_android_speech_srec_Recognizer()
630 sizeof(gMethods) / sizeof(gMethods[0])) < 0) { in register_android_speech_srec_Recognizer()
/external/quake/quake/src/QW/client/
Dmain.cpp72 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
82 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/external/quake/quake/src/WinQuake/
DmasterMain.cpp87 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
97 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp618 static JNINativeMethod gMethods[] = { variable
704 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) { in JNI_OnLoad()
/external/jhead/
Dmain.c737 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
747 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in registerNativeMethods()