Searched refs:gMethods (Results 1 - 25 of 84) sorted by last modified time

1234

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp1059 JNINativeMethod gMethods[] = { member in namespace:__anon1950
1080 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
H A DRtpStream.cpp96 JNINativeMethod gMethods[] = { member in namespace:__anon1955
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/frameworks/ex/framesequence/jni/
H A DFrameSequenceJNI.cpp144 static JNINativeMethod gMethods[] = { variable
191 return env->RegisterNatives(gFrameSequenceClassInfo.clazz, gMethods, METHOD_COUNT(gMethods));
/frameworks/base/tests/net/jni/
H A Dapf_jni.cpp169 static JNINativeMethod gMethods[] = { local
179 gMethods, ARRAY_SIZE(gMethods));
/frameworks/base/packages/services/PacProcessor/jni/
H A Dcom_android_pacprocessor_PacNative.cpp133 static const JNINativeMethod gMethods[] = { member in namespace:android
146 gMethods, NELEM(gMethods));
/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp68 static const JNINativeMethod gMethods[] = { member in namespace:android
77 gMethods, NELEM(gMethods));
H A Dcom_android_server_connectivity_Vpn.cpp354 static const JNINativeMethod gMethods[] = { member in namespace:android
373 gMethods, NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1930 static const JNINativeMethod gMethods[] = { variable
2025 "android/media/MediaCodec", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodecList.cpp289 static const JNINativeMethod gMethods[] = { variable
313 "android/media/MediaCodecList", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCrypto.cpp318 static const JNINativeMethod gMethods[] = { variable
340 "android/media/MediaCrypto", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaDescrambler.cpp393 static const JNINativeMethod gMethods[] = { variable
406 "android/media/MediaDescrambler", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaDrm.cpp1447 static const JNINativeMethod gMethods[] = { variable
1538 "android/media/MediaDrm", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaExtractor.cpp845 static const JNINativeMethod gMethods[] = { variable
914 "android/media/MediaExtractor", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaHTTPConnection.cpp157 static const JNINativeMethod gMethods[] = { variable
176 "android/media/MediaHTTPConnection", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaMuxer.cpp247 static const JNINativeMethod gMethods[] = { variable
277 "android/media/MediaMuxer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaPlayer.cpp1376 static const JNINativeMethod gMethods[] = { variable
1442 "android/media/MediaPlayer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaRecorder.cpp662 static const JNINativeMethod gMethods[] = { variable
699 "android/media/MediaRecorder", 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_ResampleInputStream.cpp110 static const JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpDevice.cpp747 static const JNINativeMethod gMethods[] = { variable
1035 "android/mtp/MtpDevice", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpServer.cpp205 static const JNINativeMethod gMethods[] = { variable
272 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp883 static const JNINativeMethod gMethods[] = { variable
907 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_Visualizer.cpp681 static const JNINativeMethod gMethods[] = { variable
709 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp245 static JNINativeMethod gMethods[] = { variable
345 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)

Completed in 221 milliseconds

1234