HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 76 - 99 of 99) sorted by null

1 2 34

  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 311 static JNINativeMethod gMethods[] = {
330 "android/media/MediaScanner", gMethods, NELEM(gMethods));
android_media_MediaPlayer.cpp 741 static JNINativeMethod gMethods[] = {
783 "android/media/MediaPlayer", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 481 static JNINativeMethod gMethods[] = {
503 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
android_media_AudioEffect.cpp 796 static JNINativeMethod gMethods[] = {
818 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
  /libcore/luni/src/main/native/
NativeDecimalFormat.cpp 335 static JNINativeMethod gMethods[] = {
354 return jniRegisterNativeMethods(env, "com/ibm/icu4jni/text/NativeDecimalFormat", gMethods,
355 NELEM(gMethods));
java_io_File.cpp 420 static JNINativeMethod gMethods[] = {
444 return jniRegisterNativeMethods(env, "java/io/File", gMethods, NELEM(gMethods));
org_apache_harmony_luni_platform_OSFileSystem.cpp 488 static JNINativeMethod gMethods[] = {
507 return jniRegisterNativeMethods(env, "org/apache/harmony/luni/platform/OSFileSystem", gMethods,
508 NELEM(gMethods));
org_apache_harmony_luni_platform_OSMemory.cpp 332 static JNINativeMethod gMethods[] = {
391 gMethods, NELEM(gMethods));
NativeBN.cpp 515 static JNINativeMethod gMethods[] = {
558 return jniRegisterNativeMethods(env, "java/math/NativeBN", gMethods, NELEM(gMethods));
org_apache_harmony_luni_util_FloatingPointParser.cpp 1030 static JNINativeMethod gMethods[] = {
1036 gMethods, NELEM(gMethods));
ICU.cpp 549 static JNINativeMethod gMethods[] = {
571 return jniRegisterNativeMethods(env, "com/ibm/icu4jni/util/ICU", gMethods, NELEM(gMethods));
NativeConverter.cpp 668 static JNINativeMethod gMethods[] = {
691 gMethods, NELEM(gMethods));
org_apache_harmony_luni_platform_OSNetworkSystem.cpp     [all...]
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 310 static JNINativeMethod gMethods[] = {
378 JNINativeMethod* gMethods, int numMethods)
386 if ((*env).RegisterNatives(clazz, gMethods, numMethods) < 0) {
407 gMethods, sizeof(gMethods) / sizeof(gMethods[0])))
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 478 static JNINativeMethod gMethods[] = {
577 kClassPathName, gMethods, NELEM(gMethods));
android_net_LocalSocketImpl.cpp 884 static JNINativeMethod gMethods[] = {
957 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
android_text_format_Time.cpp 640 static JNINativeMethod gMethods[] = {
687 return AndroidRuntime::registerNativeMethods(env, "android/text/format/Time", gMethods, NELEM(gMethods));
AndroidRuntime.cpp 217 static JNINativeMethod gMethods[] = {
233 gMethods, NELEM(gMethods));
271 const char* className, const JNINativeMethod* gMethods, int numMethods)
273 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
    [all...]
android_media_AudioTrack.cpp     [all...]
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 543 static JNINativeMethod gMethods[] = {
629 if (env->RegisterNatives(clazz, gMethods,
630 sizeof(gMethods) / sizeof(gMethods[0])) < 0) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 492 static JNINativeMethod gMethods[] = {
570 gMethods, SK_ARRAY_COUNT(gMethods));
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 971 JNINativeMethod gMethods[] = {
992 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 874 static JNINativeMethod gMethods[] = {
983 env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 409 milliseconds

1 2 34