Searched defs:gMethods (Results 1 - 25 of 71) sorted by last modified time

123

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp1053 JNINativeMethod gMethods[] = { member in namespace:__anon1453
1074 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
H A DRtpStream.cpp96 JNINativeMethod gMethods[] = { member in namespace:__anon1458
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/frameworks/ex/framesequence/jni/
H A DFrameSequenceJNI.cpp121 static JNINativeMethod gMethods[] = { variable
164 return env->RegisterNatives(gFrameSequenceClassInfo.clazz, gMethods, METHOD_COUNT(gMethods));
/frameworks/base/packages/services/PacProcessor/jni/
H A Dcom_android_pacprocessor_PacNative.cpp132 static JNINativeMethod gMethods[] = { member in namespace:android
145 gMethods, NELEM(gMethods));
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp231 static JNINativeMethod gMethods[] = { member in namespace:android
246 return jniRegisterNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_server_SystemServer.cpp40 static JNINativeMethod gMethods[] = { member in namespace:android
48 gMethods, NELEM(gMethods));
H A Dcom_android_server_connectivity_Vpn.cpp353 static JNINativeMethod gMethods[] = { member in namespace:android
372 gMethods, NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_AmrInputStream.cpp122 static JNINativeMethod gMethods[] = { variable
136 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodec.cpp1502 static JNINativeMethod gMethods[] = { variable
1576 "android/media/MediaCodec", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodecList.cpp268 static JNINativeMethod gMethods[] = { variable
288 "android/media/MediaCodecList", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCrypto.cpp277 static JNINativeMethod gMethods[] = { variable
296 "android/media/MediaCrypto", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaDrm.cpp1376 static JNINativeMethod gMethods[] = { variable
1470 "android/media/MediaDrm", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaExtractor.cpp833 static JNINativeMethod gMethods[] = { variable
896 "android/media/MediaExtractor", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaHTTPConnection.cpp158 static JNINativeMethod gMethods[] = { variable
177 "android/media/MediaHTTPConnection", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaMuxer.cpp222 static JNINativeMethod gMethods[] = { variable
252 "android/media/MediaMuxer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaPlayer.cpp854 static JNINativeMethod gMethods[] = { variable
904 "android/media/MediaPlayer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaRecorder.cpp486 static JNINativeMethod gMethods[] = { variable
518 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaScanner.cpp416 static JNINativeMethod gMethods[] = { variable
465 kClassMediaScanner, gMethods, NELEM(gMethods));
H A Dandroid_media_ResampleInputStream.cpp110 static JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpDevice.cpp406 static JNINativeMethod gMethods[] = { variable
629 "android/mtp/MtpDevice", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpServer.cpp182 static JNINativeMethod gMethods[] = { variable
250 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp869 static JNINativeMethod gMethods[] = { variable
893 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_Visualizer.cpp667 static JNINativeMethod gMethods[] = { variable
695 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp250 static JNINativeMethod gMethods[] = { variable
350 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument

Completed in 256 milliseconds

123