/frameworks/base/core/jni/android/graphics/ |
Movie.cpp | 123 static JNINativeMethod gMethods[] = { 155 gMethods, SK_ARRAY_COUNT(gMethods));
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 188 static JNINativeMethod gMethods[] = 227 gMethods, NELEM(gMethods));
|
android_media_AudioSystem.cpp | 209 static JNINativeMethod gMethods[] = { 232 kClassPathName, gMethods, NELEM(gMethods));
|
android_media_JetPlayer.cpp | 479 static JNINativeMethod gMethods[] = { 539 kClassPathName, gMethods, NELEM(gMethods));
|
android_view_TextureView.cpp | 192 static JNINativeMethod gMethods[] = { 235 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
|
android_emoji_EmojiFactory.cpp | 245 static JNINativeMethod gMethods[] = { 295 gMethods, NELEM(gMethods));
|
android_net_TrafficStats.cpp | 325 static JNINativeMethod gMethods[] = { 358 gMethods, NELEM(gMethods));
|
android_util_EventLog.cpp | 261 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { 285 for (int i = 0; i < NELEM(gMethods); ++i) { 286 *gMethods[i].id = env->GetMethodID( 287 *gMethods[i].c, gMethods[i].name, gMethods[i].mt); 288 if (*gMethods[i].id == NULL) { 289 LOGE("Can't find method: %s\n", gMethods[i].name);
|
com_android_internal_content_NativeLibraryHelper.cpp | 368 static JNINativeMethod gMethods[] = { 381 "com/android/internal/content/NativeLibraryHelper", gMethods, NELEM(gMethods));
|
/frameworks/base/media/jni/ |
android_mtp_MtpServer.cpp | 170 static JNINativeMethod gMethods[] = { 236 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
|
android_media_MediaRecorder.cpp | 455 static JNINativeMethod gMethods[] = { 486 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
|
android_media_MediaScanner.cpp | 353 static JNINativeMethod gMethods[] = { 402 kClassMediaScanner, gMethods, NELEM(gMethods));
|
/frameworks/base/media/jni/soundpool/ |
android_media_SoundPool.cpp | 219 static JNINativeMethod gMethods[] = { 319 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
|
/libcore/luni/src/main/native/ |
java_lang_Character.cpp | 138 static JNINativeMethod gMethods[] = { 164 return jniRegisterNativeMethods(env, "java/lang/Character", gMethods, NELEM(gMethods));
|
java_nio_charset_Charsets.cpp | 241 static JNINativeMethod gMethods[] = { 249 return jniRegisterNativeMethods(env, "java/nio/charset/Charsets", gMethods, NELEM(gMethods));
|
java_text_Bidi.cpp | 177 static JNINativeMethod gMethods[] = { 191 return jniRegisterNativeMethods(env, "java/text/Bidi", gMethods, NELEM(gMethods));
|
java_util_regex_Matcher.cpp | 200 static JNINativeMethod gMethods[] = { 215 return jniRegisterNativeMethods(env, "java/util/regex/Matcher", gMethods, NELEM(gMethods));
|
libcore_icu_NativeBreakIterator.cpp | 206 static JNINativeMethod gMethods[] = { 224 return jniRegisterNativeMethods(env, "libcore/icu/NativeBreakIterator", gMethods, NELEM(gMethods));
|
libcore_icu_NativeCollation.cpp | 177 static JNINativeMethod gMethods[] = { 198 return jniRegisterNativeMethods(env, "libcore/icu/NativeCollation", gMethods, NELEM(gMethods));
|
libcore_icu_TimeZones.cpp | 225 static JNINativeMethod gMethods[] = { 230 return jniRegisterNativeMethods(env, "libcore/icu/TimeZones", gMethods, NELEM(gMethods));
|
libcore_icu_NativeDecimalFormat.cpp | 351 static JNINativeMethod gMethods[] = { 370 return jniRegisterNativeMethods(env, "libcore/icu/NativeDecimalFormat", gMethods, NELEM(gMethods));
|
libcore_io_Memory.cpp | 327 static JNINativeMethod gMethods[] = { 355 return jniRegisterNativeMethods(env, "libcore/io/Memory", gMethods, NELEM(gMethods));
|
/packages/apps/Nfc/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 469 static JNINativeMethod gMethods[] = 487 gMethods, NELEM(gMethods));
|
/frameworks/base/media/jni/audioeffect/ |
android_media_Visualizer.cpp | 481 static JNINativeMethod gMethods[] = { 503 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
|
/frameworks/base/services/jni/ |
com_android_server_connectivity_Vpn.cpp | 451 static JNINativeMethod gMethods[] = { 470 gMethods, NELEM(gMethods));
|