Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/base/services/jni/
Dcom_android_server_SystemServer.cpp34 static JNINativeMethod gMethods[] = { variable
42 gMethods, NELEM(gMethods)); in register_android_server_SystemServer()
/frameworks/base/core/jni/
Dandroid_os_UEventObserver.cpp50 static JNINativeMethod gMethods[] = { variable
67 "android/os/UEventObserver", gMethods, NELEM(gMethods)); in register_android_os_UEventObserver()
Dandroid_util_EventLog.cpp261 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { variable
285 for (int i = 0; i < NELEM(gMethods); ++i) { in register_android_util_EventLog()
286 *gMethods[i].id = env->GetMethodID( in register_android_util_EventLog()
287 *gMethods[i].c, gMethods[i].name, gMethods[i].mt); in register_android_util_EventLog()
288 if (*gMethods[i].id == NULL) { in register_android_util_EventLog()
289 ALOGE("Can't find method: %s\n", gMethods[i].name); in register_android_util_EventLog()
Dandroid_text_AndroidBidi.cpp59 static JNINativeMethod gMethods[] = { variable
67 gMethods, NELEM(gMethods)); in register_android_text_AndroidBidi()
Dandroid_graphics_PixelFormat.cpp84 static JNINativeMethod gMethods[] = { variable
101 kClassPathName, gMethods, NELEM(gMethods)); in register_android_graphics_PixelFormat()
Dandroid_database_SQLiteDebug.cpp59 static JNINativeMethod gMethods[] = variable
86 gMethods, NELEM(gMethods)); in register_android_database_SQLiteDebug()
Dandroid_debug_JNITest.cpp96 static JNINativeMethod gMethods[] = { variable
106 gMethods, NELEM(gMethods)); in register_android_debug_JNITest()
Dandroid_animation_PropertyValuesHolder.cpp62 static JNINativeMethod gMethods[] = { variable
76 kClassPathName, gMethods, NELEM(gMethods)); in register_android_animation_PropertyValuesHolder()
Dandroid_os_SystemClock.cpp117 static JNINativeMethod gMethods[] = { variable
135 "android/os/SystemClock", gMethods, NELEM(gMethods)); in register_android_os_SystemClock()
Dandroid_content_res_ObbScanner.cpp77 static JNINativeMethod gMethods[] = { variable
105 return AndroidRuntime::registerNativeMethods(env, "android/content/res/ObbScanner", gMethods, in register_android_content_res_ObbScanner()
106 NELEM(gMethods)); in register_android_content_res_ObbScanner()
Dandroid_view_HardwareRenderer.cpp145 static JNINativeMethod gMethods[] = { variable
159 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)); in register_android_view_HardwareRenderer()
Dandroid_view_Display.cpp114 static JNINativeMethod gMethods[] = { variable
148 kClassPathName, gMethods, NELEM(gMethods)); in register_android_view_Display()
Dandroid_os_StatFs.cpp132 static JNINativeMethod gMethods[] = { variable
160 "android/os/StatFs", gMethods, NELEM(gMethods)); in register_android_os_StatFs()
Dandroid_media_ToneGenerator.cpp130 static JNINativeMethod gMethods[] = { variable
157 "android/media/ToneGenerator", gMethods, NELEM(gMethods)); in register_android_media_ToneGenerator()
Dandroid_content_res_Configuration.cpp76 static JNINativeMethod gMethods[] = { variable
126 return AndroidRuntime::registerNativeMethods(env, "android/content/res/Configuration", gMethods, in register_android_content_res_Configuration()
127 NELEM(gMethods)); in register_android_content_res_Configuration()
Dandroid_util_Log.cpp140 static JNINativeMethod gMethods[] = { variable
162 … return AndroidRuntime::registerNativeMethods(env, "android/util/Log", gMethods, NELEM(gMethods)); in register_android_util_Log()
Dandroid_text_AndroidCharacter.cpp179 static JNINativeMethod gMethods[] = { variable
195 gMethods, NELEM(gMethods)); in register_android_text_AndroidCharacter()
Dcom_android_internal_os_ZygoteInit.cpp291 static JNINativeMethod gMethods[] = { variable
319 "com/android/internal/os/ZygoteInit", gMethods, NELEM(gMethods)); in register_com_android_internal_os_ZygoteInit()
Dandroid_hardware_SensorManager.cpp165 static JNINativeMethod gMethods[] = { variable
186 gMethods, NELEM(gMethods)); in register_android_hardware_SensorManager()
/frameworks/base/media/jni/
Dandroid_media_ResampleInputStream.cpp110 static JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods)); in register_android_media_ResampleInputStream()
Dandroid_media_AmrInputStream.cpp122 static JNINativeMethod gMethods[] = { variable
136 kClassPathName, gMethods, NELEM(gMethods)); in register_android_media_AmrInputStream()
Dandroid_media_MediaCodecList.cpp171 static JNINativeMethod gMethods[] = { variable
188 "android/media/MediaCodecList", gMethods, NELEM(gMethods)); in register_android_media_MediaCodecList()
Dandroid_mtp_MtpServer.cpp170 static JNINativeMethod gMethods[] = { variable
236 "android/mtp/MtpServer", gMethods, NELEM(gMethods)); in register_android_mtp_MtpServer()
/frameworks/base/voip/jni/rtp/
DRtpStream.cpp96 JNINativeMethod gMethods[] = { variable
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) { in registerRtpStream()
/frameworks/base/core/jni/android/graphics/
DMovie.cpp123 static JNINativeMethod gMethods[] = { variable
155 gMethods, SK_ARRAY_COUNT(gMethods)); in register_android_graphics_Movie()

123