Searched defs:gMethods (Results 1 - 25 of 71) sorted by path

123

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp224 static JNINativeMethod gMethods[] = { member in namespace:android
236 gMethods, NELEM(gMethods));
268 const char* className, const JNINativeMethod* gMethods, int numMethods)
270 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
267 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
H A Dandroid_animation_PropertyValuesHolder.cpp142 static JNINativeMethod gMethods[] = { member in namespace:android
172 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_content_res_ObbScanner.cpp77 static JNINativeMethod gMethods[] = { member in namespace:android
105 return AndroidRuntime::registerNativeMethods(env, "android/content/res/ObbScanner", gMethods,
106 NELEM(gMethods));
H A Dandroid_database_SQLiteDebug.cpp59 static JNINativeMethod gMethods[] = member in namespace:android
86 gMethods, NELEM(gMethods));
H A Dandroid_emoji_EmojiFactory.cpp234 static JNINativeMethod gMethods[] = { member in namespace:android
281 gMethods, NELEM(gMethods));
H A Dandroid_graphics_Canvas.cpp683 static JNINativeMethod gMethods[] = { member in namespace:android
739 return AndroidRuntime::registerNativeMethods(env, "android/graphics/Canvas", gMethods, NELEM(gMethods));
H A Dandroid_graphics_Picture.cpp96 static JNINativeMethod gMethods[] = { member in namespace:android
109 return AndroidRuntime::registerNativeMethods(env, "android/graphics/Picture", gMethods, NELEM(gMethods));
H A Dandroid_hardware_SoundTrigger.cpp771 static JNINativeMethod gMethods[] = { variable
903 kSoundTriggerClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioRecord.cpp571 static JNINativeMethod gMethods[] = { variable
661 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioSystem.cpp1487 static JNINativeMethod gMethods[] = { variable
1667 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioTrack.cpp989 static JNINativeMethod gMethods[] = { variable
1126 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_JetPlayer.cpp491 static JNINativeMethod gMethods[] = { variable
551 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_RemoteDisplay.cpp178 static JNINativeMethod gMethods[] = { member in namespace:android
192 gMethods, NELEM(gMethods));
H A Dandroid_media_ToneGenerator.cpp126 static JNINativeMethod gMethods[] = { variable
153 "android/media/ToneGenerator", gMethods, NELEM(gMethods));
H A Dandroid_net_LocalSocketImpl.cpp858 static JNINativeMethod gMethods[] = { member in namespace:android
930 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
H A Dandroid_net_TrafficStats.cpp188 static JNINativeMethod gMethods[] = { member in namespace:android
196 gMethods, NELEM(gMethods));
H A Dandroid_os_Debug.cpp965 static JNINativeMethod gMethods[] = { member in namespace:android
1042 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
H A Dandroid_os_SystemClock.cpp121 static JNINativeMethod gMethods[] = { member in namespace:android
139 "android/os/SystemClock", gMethods, NELEM(gMethods));
H A Dandroid_os_UEventObserver.cpp106 static JNINativeMethod gMethods[] = { member in namespace:android
129 "android/os/UEventObserver", gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidBidi.cpp59 static JNINativeMethod gMethods[] = { member in namespace:android
67 gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidCharacter.cpp181 static JNINativeMethod gMethods[] = { member in namespace:android
197 gMethods, NELEM(gMethods));
H A Dandroid_text_StaticLayout.cpp100 static JNINativeMethod gMethods[] = { member in namespace:android
107 gMethods, NELEM(gMethods));
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp557 static JNINativeMethod gMethods[] = { variable
635 gMethods, SK_ARRAY_COUNT(gMethods));
H A DCanvasProperty.cpp48 static JNINativeMethod gMethods[] = { member in namespace:android
56 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A DMovie.cpp143 static JNINativeMethod gMethods[] = { variable
177 gMethods, SK_ARRAY_COUNT(gMethods));

Completed in 4535 milliseconds

123