Searched defs:gMethods (Results 51 - 75 of 80) sorted by relevance

1234

/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp222 static const JNINativeMethod gMethods[] = { variable
252 "android/media/MediaMuxer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaScanner.cpp415 static const JNINativeMethod gMethods[] = { variable
464 kClassMediaScanner, gMethods, NELEM(gMethods));
H A Dandroid_media_MediaSync.cpp517 static JNINativeMethod gMethods[] = { variable
566 env, "android/media/MediaSync", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaExtractor.cpp772 static const JNINativeMethod gMethods[] = { variable
835 "android/media/MediaExtractor", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaRecorder.cpp528 static const JNINativeMethod gMethods[] = { variable
562 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaPlayer.cpp1038 static const JNINativeMethod gMethods[] = { variable
1091 "android/media/MediaPlayer", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpDevice.cpp744 static const JNINativeMethod gMethods[] = { variable
1032 "android/mtp/MtpDevice", gMethods, NELEM(gMethods));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp236 static JNINativeMethod gMethods[] = { variable
332 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp353 static const JNINativeMethod gMethods[] = { member in namespace:android
372 gMethods, NELEM(gMethods));
/frameworks/base/core/jni/
H A Dandroid_view_DisplayListCanvas.cpp233 static JNINativeMethod gMethods[] = { member in namespace:android
264 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_internal_content_NativeLibraryHelper.cpp564 static const JNINativeMethod gMethods[] = { member in namespace:android
588 "com/android/internal/content/NativeLibraryHelper", gMethods, NELEM(gMethods));
H A Dcom_android_internal_os_Zygote.cpp677 static const JNINativeMethod gMethods[] = { member in namespace:android
692 return RegisterMethodsOrDie(env, "com/android/internal/os/Zygote", gMethods, NELEM(gMethods));
H A Dandroid_graphics_drawable_VectorDrawable.cpp352 static const JNINativeMethod gMethods[] = { member in namespace:android
414 return RegisterMethodsOrDie(env, "android/graphics/drawable/VectorDrawable", gMethods, NELEM(gMethods));
H A Dandroid_media_AudioRecord.cpp755 static const JNINativeMethod gMethods[] = { variable
840 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_view_RenderNode.cpp654 static const JNINativeMethod gMethods[] = { member in namespace:android
739 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A DAndroidRuntime.cpp231 static const JNINativeMethod gMethods[] = { member in namespace:android
243 gMethods, NELEM(gMethods));
275 const char* className, const JNINativeMethod* gMethods, int numMethods)
277 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
274 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
H A Dandroid_graphics_Canvas.cpp575 static const JNINativeMethod gMethods[] = { member in namespace:android
634 return RegisterMethodsOrDie(env, "android/graphics/Canvas", gMethods, NELEM(gMethods));
H A Dandroid_hardware_Radio.cpp813 static JNINativeMethod gMethods[] = { variable
952 RegisterMethodsOrDie(env, kRadioManagerClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_hardware_SoundTrigger.cpp791 static const JNINativeMethod gMethods[] = { variable
928 RegisterMethodsOrDie(env, kSoundTriggerClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioTrack.cpp1170 static const JNINativeMethod gMethods[] = { variable
1260 int res = RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp882 static const JNINativeMethod gMethods[] = { variable
906 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_Visualizer.cpp680 static const JNINativeMethod gMethods[] = { variable
708 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/packages/MtpDocumentsProvider/jni/
H A Dcom_android_mtp_AppFuse.cpp484 static const JNINativeMethod gMethods[] = { member in namespace:__anon1105
564 env, "com/android/mtp/AppFuse", gMethods, NELEM(gMethods));
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp638 static const JNINativeMethod gMethods[] = { variable
697 gMethods, NELEM(gMethods));
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp1059 JNINativeMethod gMethods[] = { member in namespace:__anon1612
1080 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {

Completed in 337 milliseconds

1234