/packages/modules/StatsD/framework/jni/ |
D | android_util_StatsLog.cpp | 50 static const JNINativeMethod gMethods[] = { variable 65 const jint count = sizeof(gMethods) / sizeof(gMethods[0]); in register_android_util_StatsLog() 66 int status = env->RegisterNatives(cls.get(), gMethods, count); in register_android_util_StatsLog()
|
/packages/modules/Connectivity/service/jni/ |
D | com_android_server_ServiceManagerWrapper.cpp | 41 static const JNINativeMethod gMethods[] = { variable 51 gMethods, NELEM(gMethods)); in register_com_android_server_ServiceManagerWrapper()
|
D | com_android_server_TestNetworkService.cpp | 156 static const JNINativeMethod gMethods[] = { variable 164 "android/net/connectivity/com/android/server/TestNetworkService", gMethods, in register_com_android_server_TestNetworkService() 165 NELEM(gMethods)); in register_com_android_server_TestNetworkService()
|
D | com_android_server_connectivity_ClatCoordinator.cpp | 535 static const JNINativeMethod gMethods[] = { variable 568 gMethods, NELEM(gMethods)); in register_com_android_server_connectivity_ClatCoordinator()
|
/packages/modules/Connectivity/Tethering/jni/ |
D | com_android_networkstack_tethering_BpfCoordinator.cpp | 36 static const JNINativeMethod gMethods[] = { variable 44 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_BpfCoordinator()
|
D | com_android_networkstack_tethering_util_TetheringUtils.cpp | 160 static const JNINativeMethod gMethods[] = { variable 173 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_util_TetheringUtils()
|
/packages/modules/Connectivity/framework-t/jni/ |
D | android_net_TrafficStats.cpp | 35 static const JNINativeMethod gMethods[] = { variable 42 return jniRegisterNativeMethods(env, "android/net/TrafficStats", gMethods, NELEM(gMethods)); in register_android_net_TrafficStats()
|
/packages/modules/Connectivity/staticlibs/native/bpfutiljni/ |
D | com_android_net_module_util_BpfUtils.cpp | 59 static const JNINativeMethod gMethods[] = { variable 68 gMethods, NELEM(gMethods)); in register_com_android_net_module_util_BpfUtils()
|
/packages/modules/ExtServices/jni/ |
D | android_ext_services_displayhash_ImageHashManager.cpp | 107 static const JNINativeMethod gMethods[] = { variable 115 gMethods, NELEM(gMethods)); in register_android_ext_services_displayhash_DisplayHashAlgorithm()
|
/packages/modules/Connectivity/thread/service/jni/ |
D | com_android_server_thread_InfraInterfaceController.cpp | 130 static const JNINativeMethod gMethods[] = { variable 138 gMethods, NELEM(gMethods)); in register_com_android_server_thread_InfraInterfaceController()
|
D | com_android_server_thread_TunInterfaceController.cpp | 108 static const JNINativeMethod gMethods[] = { variable 120 gMethods, NELEM(gMethods)); in register_com_android_server_thread_TunInterfaceController()
|
/packages/modules/Connectivity/service-t/jni/ |
D | com_android_server_net_NetworkStatsService.cpp | 115 static const JNINativeMethod gMethods[] = { variable 145 "android/net/connectivity/com/android/server/net/NetworkStatsService", gMethods, in register_android_server_net_NetworkStatsService() 146 NELEM(gMethods)); in register_android_server_net_NetworkStatsService()
|
D | com_android_server_net_NetworkStatsFactory.cpp | 191 static const JNINativeMethod gMethods[] = { variable 200 "android/net/connectivity/com/android/server/net/NetworkStatsFactory", gMethods, in register_android_server_net_NetworkStatsFactory() 201 NELEM(gMethods)); in register_android_server_net_NetworkStatsFactory()
|
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/ |
D | com_android_net_module_util_TcUtils.cpp | 113 static const JNINativeMethod gMethods[] = { variable 131 return jniRegisterNativeMethods(env, class_name, gMethods, NELEM(gMethods)); in register_com_android_net_module_util_TcUtils()
|
D | com_android_net_module_util_BpfMap.cpp | 158 static const JNINativeMethod gMethods[] = { variable 178 gMethods, NELEM(gMethods)); in register_com_android_net_module_util_BpfMap()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/jni/ |
D | libimsmediajni.cpp | 205 static JNINativeMethod gMethods[] = { variable 237 if (jniRegisterNativeMethods(env, gClassPath, gMethods, NELEM(gMethods)) < 0) in ImsMediaServiceJni_OnLoad()
|
/packages/modules/Permission/tests/cts/permission/jni/ |
D | android_permission_cts_FileUtils.cpp | 202 static JNINativeMethod gMethods[] = { variable 238 jint result = env->RegisterNatives(clazz, gMethods, in register_android_permission_cts_FileUtils() 239 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_permission_cts_FileUtils()
|
/packages/modules/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 311 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local 329 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpegstream.cpp | 312 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1702 static JNINativeMethod gMethods[] = { variable 1731 return jniRegisterNativeMethods(e, gNativeNfcTagClassName, gMethods, in register_com_android_nfc_NativeNfcTag() 1732 NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 2182 static JNINativeMethod gMethods[] = { variable 2286 return jniRegisterNativeMethods(e, gNativeNfcManagerClassName, gMethods, in register_com_android_nfc_NativeNfcManager() 2287 NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
|