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

1234

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp1059 static const JNINativeMethod gMethods[] = { member in namespace:android
1141 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
H A Dandroid_view_ThreadedRenderer.cpp724 static const JNINativeMethod gMethods[] = { member in namespace:android
787 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioSystem.cpp1710 static const JNINativeMethod gMethods[] = { variable
1908 RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1880 static const JNINativeMethod gMethods[] = { variable
1972 "android/media/MediaCodec", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaDrm.cpp1438 static const JNINativeMethod gMethods[] = { variable
1529 "android/media/MediaDrm", gMethods, NELEM(gMethods));

Completed in 1233 milliseconds

1234