/frameworks/base/core/jni/ |
android_text_StaticLayout.cpp | 185 static const JNINativeMethod gMethods[] = { 211 return RegisterMethodsOrDie(env, "android/text/StaticLayout", gMethods, NELEM(gMethods));
|
android_view_GraphicBuffer.cpp | 271 static const JNINativeMethod gMethods[] = { 297 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
|
android_view_RenderNodeAnimator.cpp | 196 static const JNINativeMethod gMethods[] = { 222 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
|
android_view_TextureView.cpp | 196 static const JNINativeMethod gMethods[] = { 219 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
|
android_app_admin_SecurityLog.cpp | 285 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { 301 for (int i = 0; i < NELEM(gMethods); ++i) { 302 *gMethods[i].id = GetMethodIDOrDie(env, 303 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
|
android_graphics_drawable_AnimatedVectorDrawable.cpp | 169 static const JNINativeMethod gMethods[] = { 194 gMethods, NELEM(gMethods));
|
android_net_LocalSocketImpl.cpp | 498 static const JNINativeMethod gMethods[] = { 560 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
|
android_util_EventLog.cpp | 286 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { 302 for (int i = 0; i < NELEM(gMethods); ++i) { 303 *gMethods[i].id = GetMethodIDOrDie(env, 304 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
|
android_view_DisplayListCanvas.cpp | 233 static JNINativeMethod gMethods[] = { 264 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
|
android_view_InputEventReceiver.cpp | 398 static const JNINativeMethod gMethods[] = { 413 gMethods, NELEM(gMethods));
|
android_view_InputEventSender.cpp | 292 static const JNINativeMethod gMethods[] = { 306 int res = RegisterMethodsOrDie(env, "android/view/InputEventSender", gMethods, NELEM(gMethods));
|
com_android_internal_net_NetworkStatsFactory.cpp | 293 static const JNINativeMethod gMethods[] = { 301 "com/android/internal/net/NetworkStatsFactory", gMethods, 302 NELEM(gMethods));
|
/frameworks/base/media/jni/ |
android_media_ExifInterface.cpp | 410 static JNINativeMethod gMethods[] = { 425 gMethods, 426 NELEM(gMethods));
|
android_mtp_MtpServer.cpp | 182 static const JNINativeMethod gMethods[] = { 248 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
|
/frameworks/base/services/core/jni/ |
com_android_server_connectivity_Vpn.cpp | 353 static const JNINativeMethod gMethods[] = { 372 gMethods, NELEM(gMethods));
|
/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 210 static JNINativeMethod gMethods[] = { 226 jniRegisterNativeMethods(env, "java/util/regex/Matcher", gMethods, NELEM(gMethods));
|
/libcore/ojluni/src/main/native/ |
Bits.c | 285 static JNINativeMethod gMethods[] = { 295 jniRegisterNativeMethods(env, "java/nio/Bits", gMethods, NELEM(gMethods));
|
Character.cpp | 163 static JNINativeMethod gMethods[] = { 190 jniRegisterNativeMethods(env, "java/lang/Character", gMethods, NELEM(gMethods));
|
FileDispatcherImpl.c | 260 static JNINativeMethod gMethods[] = { 278 jniRegisterNativeMethods(env, "sun/nio/ch/FileDispatcherImpl", gMethods, NELEM(gMethods));
|
java_util_zip_Deflater.c | 238 static JNINativeMethod gMethods[] = { 248 jniRegisterNativeMethods(env, "java/util/zip/Deflater", gMethods, NELEM(gMethods));
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 471 static JNINativeMethod gMethods[] = 489 gMethods, NELEM(gMethods));
|
/packages/services/Car/service/jni/ |
com_android_car_CarCameraService.cpp | 299 static JNINativeMethod gMethods[] = { 315 gMethods, NELEM(gMethods));
|
/art/runtime/native/ |
dalvik_system_DexFile.cc | 557 static JNINativeMethod gMethods[] = {
|
java_lang_reflect_Field.cc | 465 static JNINativeMethod gMethods[] = {
|
/cts/tests/tests/security/jni/ |
android_security_cts_NativeCodeTest.cpp | 393 static JNINativeMethod gMethods[] = { 417 return env->RegisterNatives(clazz, gMethods, 418 sizeof(gMethods) / sizeof(JNINativeMethod));
|