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

123

/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));
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_debug_JNITest.cpp96 static JNINativeMethod gMethods[] = { member in namespace:android
106 gMethods, NELEM(gMethods));
H A Dandroid_emoji_EmojiFactory.cpp245 static JNINativeMethod gMethods[] = { member in namespace:android
295 gMethods, NELEM(gMethods));
H A Dandroid_graphics_PixelFormat.cpp84 static JNINativeMethod gMethods[] = { member in namespace:android
101 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_hardware_SensorManager.cpp165 static JNINativeMethod gMethods[] = { member in namespace:android
186 gMethods, NELEM(gMethods));
H A Dandroid_media_AudioRecord.cpp533 static JNINativeMethod gMethods[] = { variable
630 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioSystem.cpp267 static JNINativeMethod gMethods[] = { variable
296 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioTrack.cpp825 static JNINativeMethod gMethods[] = { variable
971 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_JetPlayer.cpp479 static JNINativeMethod gMethods[] = { variable
539 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_RemoteDisplay.cpp159 static JNINativeMethod gMethods[] = { member in namespace:android
169 gMethods, NELEM(gMethods));
H A Dandroid_media_ToneGenerator.cpp130 static JNINativeMethod gMethods[] = { variable
157 "android/media/ToneGenerator", gMethods, NELEM(gMethods));
H A Dandroid_net_LocalSocketImpl.cpp884 static JNINativeMethod gMethods[] = { member in namespace:android
957 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
H A Dandroid_net_TrafficStats.cpp295 static JNINativeMethod gMethods[] = { member in namespace:android
318 gMethods, NELEM(gMethods));
H A Dandroid_os_Debug.cpp577 static JNINativeMethod gMethods[] = { member in namespace:android
623 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
H A Dandroid_os_SystemClock.cpp126 static JNINativeMethod gMethods[] = { member in namespace:android
146 "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.cpp180 static JNINativeMethod gMethods[] = { member in namespace:android
196 gMethods, NELEM(gMethods));
H A Dandroid_text_format_Time.cpp639 static JNINativeMethod gMethods[] = { member in namespace:android
686 return AndroidRuntime::registerNativeMethods(env, "android/text/format/Time", gMethods, 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 126 milliseconds

123