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

123

/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp1047 JNINativeMethod gMethods[] = { member in namespace:__anon1172
1068 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
H A DRtpStream.cpp96 JNINativeMethod gMethods[] = { member in namespace:__anon1177
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/frameworks/base/services/jni/
H A Dcom_android_server_SystemServer.cpp34 static JNINativeMethod gMethods[] = { member in namespace:android
42 gMethods, NELEM(gMethods));
H A Dcom_android_server_connectivity_Vpn.cpp451 static JNINativeMethod gMethods[] = { member in namespace:android
470 gMethods, NELEM(gMethods));
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h51 const char* className, const JNINativeMethod* gMethods, int numMethods);
/frameworks/base/media/jni/
H A Dandroid_media_AmrInputStream.cpp122 static JNINativeMethod gMethods[] = { variable
136 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodec.cpp796 static JNINativeMethod gMethods[] = { variable
843 "android/media/MediaCodec", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodecList.cpp171 static JNINativeMethod gMethods[] = { variable
188 "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_MediaExtractor.cpp766 static JNINativeMethod gMethods[] = { variable
825 "android/media/MediaExtractor", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaPlayer.cpp828 static JNINativeMethod gMethods[] = { variable
878 "android/media/MediaPlayer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaRecorder.cpp455 static JNINativeMethod gMethods[] = { variable
486 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaScanner.cpp372 static JNINativeMethod gMethods[] = { variable
421 kClassMediaScanner, gMethods, NELEM(gMethods));
H A Dandroid_media_ResampleInputStream.cpp110 static JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpDevice.cpp404 static JNINativeMethod gMethods[] = { variable
627 "android/mtp/MtpDevice", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpServer.cpp170 static JNINativeMethod gMethods[] = { variable
236 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp864 static JNINativeMethod gMethods[] = { variable
888 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_Visualizer.cpp594 static JNINativeMethod gMethods[] = { variable
618 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp219 static JNINativeMethod gMethods[] = { variable
319 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c1111 JNINativeMethod* gMethods, int numMethods)
1119 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0)
1110 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp207 static JNINativeMethod gMethods[] = { member in namespace:android
219 gMethods, NELEM(gMethods));
258 const char* className, const JNINativeMethod* gMethods, int numMethods)
260 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
257 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
H A Dandroid_animation_PropertyValuesHolder.cpp62 static JNINativeMethod gMethods[] = { member in namespace:android
76 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_content_res_Configuration.cpp76 static JNINativeMethod gMethods[] = { member in namespace:android
126 return AndroidRuntime::registerNativeMethods(env, "android/content/res/Configuration", gMethods,
127 NELEM(gMethods));
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp543 static JNINativeMethod gMethods[] = { variable
627 gMethods, SK_ARRAY_COUNT(gMethods));
H A DMovie.cpp123 static JNINativeMethod gMethods[] = { variable
155 gMethods, SK_ARRAY_COUNT(gMethods));

Completed in 146 milliseconds

123