HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 289 static const JNINativeMethod gMethods[] = {
313 "android/media/MediaCodecList", gMethods, NELEM(gMethods));
android_media_MediaCrypto.cpp 315 static const JNINativeMethod gMethods[] = {
337 "android/media/MediaCrypto", gMethods, NELEM(gMethods));
android_media_MediaRecorder.cpp 528 static const JNINativeMethod gMethods[] = {
562 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
android_media_MediaScanner.cpp 415 static const JNINativeMethod gMethods[] = {
464 kClassMediaScanner, gMethods, NELEM(gMethods));
android_media_MediaSync.cpp 517 static JNINativeMethod gMethods[] = {
566 env, "android/media/MediaSync", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 236 static JNINativeMethod gMethods[] = {
332 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 290 static JNINativeMethod gMethods[] = {
318 jniRegisterNativeMethods(env, "libcore/io/Memory", gMethods, NELEM(gMethods));
java_lang_StringToReal.cpp 890 static JNINativeMethod gMethods[] = {
895 jniRegisterNativeMethods(env, "java/lang/StringToReal", gMethods, NELEM(gMethods));
java_math_NativeBN.cpp 580 static JNINativeMethod gMethods[] = {
619 jniRegisterNativeMethods(env, "java/math/NativeBN", gMethods, NELEM(gMethods));
  /libcore/ojluni/src/main/native/
Inet6AddressImpl.c 428 static JNINativeMethod gMethods[] = {
434 jniRegisterNativeMethods(env, "java/net/Inet6AddressImpl", gMethods, NELEM(gMethods));
System.c 266 static JNINativeMethod gMethods[] = {
278 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
UnixFileSystem_md.c 468 static JNINativeMethod gMethods[] = {
487 jniRegisterNativeMethods(env, "java/io/UnixFileSystem", gMethods, NELEM(gMethods));
java_util_zip_ZipFile.c 392 static JNINativeMethod gMethods[] = {
417 jniRegisterNativeMethods(env, "java/util/zip/ZipFile", gMethods, NELEM(gMethods));
Net.c 698 static JNINativeMethod gMethods[] = {
723 jniRegisterNativeMethods(env, "sun/nio/ch/Net", gMethods, NELEM(gMethods));
PlainSocketImpl.c     [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 478 static JNINativeMethod gMethods[] = {
java_lang_Class.cc 670 static JNINativeMethod gMethods[] = {
sun_misc_Unsafe.cc 489 static JNINativeMethod gMethods[] = {
dalvik_system_VMRuntime.cc 637 static JNINativeMethod gMethods[] = {
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 352 static const JNINativeMethod gMethods[] = {
414 return RegisterMethodsOrDie(env, "android/graphics/drawable/VectorDrawable", gMethods, NELEM(gMethods));
com_android_internal_os_Zygote.cpp 677 static const JNINativeMethod gMethods[] = {
692 return RegisterMethodsOrDie(env, "com/android/internal/os/Zygote", gMethods, NELEM(gMethods));
  /frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp 484 static const JNINativeMethod gMethods[] = {
564 env, "com/android/mtp/AppFuse", gMethods, NELEM(gMethods));
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp     [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 619 static JNINativeMethod gMethods[] = {
705 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 638 static const JNINativeMethod gMethods[] = {
697 gMethods, NELEM(gMethods));

Completed in 692 milliseconds

1 2 3 4 5 67 8 9