Searched refs:gMethods (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/services/jni/
H A Dcom_android_server_SystemServer.cpp34 static JNINativeMethod gMethods[] = { member in namespace:android
42 gMethods, NELEM(gMethods));
/frameworks/base/core/jni/
H A Dandroid_os_SystemClock.cpp85 static JNINativeMethod gMethods[] = { member in namespace:android
99 "android/os/SystemClock", gMethods, NELEM(gMethods));
H A Dandroid_os_UEventObserver.cpp50 static JNINativeMethod gMethods[] = { member in namespace:android
67 "android/os/UEventObserver", gMethods, NELEM(gMethods));
H A Dandroid_debug_JNITest.cpp96 static JNINativeMethod gMethods[] = { member in namespace:android
106 gMethods, NELEM(gMethods));
H A Dandroid_graphics_PixelFormat.cpp89 static JNINativeMethod gMethods[] = { member in namespace:android
106 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidBidi.cpp67 static JNINativeMethod gMethods[] = { member in namespace:android
78 gMethods, NELEM(gMethods));
H A Dandroid_view_ViewRoot.cpp88 static JNINativeMethod gMethods[] = { member in namespace:android
97 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_content_res_ObbScanner.cpp86 static JNINativeMethod gMethods[] = { member in namespace:android
114 return AndroidRuntime::registerNativeMethods(env, "android/content/res/ObbScanner", gMethods,
115 NELEM(gMethods));
H A Dandroid_media_ToneGenerator.cpp122 static JNINativeMethod gMethods[] = { variable
148 "android/media/ToneGenerator", gMethods, NELEM(gMethods));
H A Dandroid_os_StatFs.cpp132 static JNINativeMethod gMethods[] = { member in namespace:android
160 "android/os/StatFs", gMethods, NELEM(gMethods));
H A Dandroid_security_Md5MessageDigest.cpp97 static JNINativeMethod gMethods[] = member in namespace:android
123 gMethods, NELEM(gMethods));
H A Dandroid_view_Display.cpp101 static JNINativeMethod gMethods[] = { member in namespace:android
129 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_util_EventLog.cpp264 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { member in namespace:android
288 for (int i = 0; i < NELEM(gMethods); ++i) {
289 *gMethods[i].id = env->GetMethodID(
290 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
291 if (*gMethods[i].id == NULL) {
292 LOGE("Can't find method: %s\n", gMethods[i].name);
H A Dandroid_content_res_Configuration.cpp70 static JNINativeMethod gMethods[] = { member in namespace:android
114 return AndroidRuntime::registerNativeMethods(env, "android/content/res/Configuration", gMethods,
115 NELEM(gMethods));
H A Dandroid_database_SQLiteDebug.cpp188 static JNINativeMethod gMethods[] = member in namespace:android
227 gMethods, NELEM(gMethods));
H A Dandroid_net_TrafficStats.cpp155 static JNINativeMethod gMethods[] = {
170 gMethods, NELEM(gMethods));
H A Dandroid_nfc_NdefMessage.cpp173 static JNINativeMethod gMethods[] = { member in namespace:android
179 return jniRegisterNativeMethods(e, "android/nfc/NdefMessage", gMethods, NELEM(gMethods));
H A Dandroid_util_Log.cpp145 static JNINativeMethod gMethods[] = { member in namespace:android
167 return AndroidRuntime::registerNativeMethods(env, "android/util/Log", gMethods, NELEM(gMethods));
H A Dandroid_emoji_EmojiFactory.cpp255 static JNINativeMethod gMethods[] = { member in namespace:android
305 gMethods, NELEM(gMethods));
H A Dandroid_hardware_SensorManager.cpp162 static JNINativeMethod gMethods[] = { member in namespace:android
183 gMethods, NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp123 static JNINativeMethod gMethods[] = { variable
133 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AmrInputStream.cpp135 static JNINativeMethod gMethods[] = { variable
149 kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp105 JNINativeMethod gMethods[] = { member in namespace:__anon768
118 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/frameworks/base/core/jni/android/graphics/
H A DMovie.cpp122 static JNINativeMethod gMethods[] = { variable
154 gMethods, SK_ARRAY_COUNT(gMethods));
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h44 const char* className, const JNINativeMethod* gMethods, int numMethods);

Completed in 1643 milliseconds

12