Searched refs:gMethods (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec_jni/ |
D | android_speech_srec_MicrophoneInputStream.cpp | 109 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()
|
D | android_speech_srec_Recognizer.cpp | 543 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/ |
D | main.cpp | 72 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 82 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/external/quake/quake/src/WinQuake/ |
D | masterMain.cpp | 87 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 97 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/external/svox/pico/compat/jni/ |
D | com_android_tts_compat_SynthProxy.cpp | 618 static JNINativeMethod gMethods[] = { variable 704 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) { in JNI_OnLoad()
|
/external/jhead/ |
D | main.c | 737 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 747 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|