Home
last modified time | relevance | path

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

/packages/modules/StatsD/framework/jni/
Dandroid_util_StatsLog.cpp50 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/
Dcom_android_server_ServiceManagerWrapper.cpp41 static const JNINativeMethod gMethods[] = { variable
51 gMethods, NELEM(gMethods)); in register_com_android_server_ServiceManagerWrapper()
Dcom_android_server_TestNetworkService.cpp156 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()
Dcom_android_server_connectivity_ClatCoordinator.cpp535 static const JNINativeMethod gMethods[] = { variable
568 gMethods, NELEM(gMethods)); in register_com_android_server_connectivity_ClatCoordinator()
/packages/modules/Connectivity/Tethering/jni/
Dcom_android_networkstack_tethering_BpfCoordinator.cpp36 static const JNINativeMethod gMethods[] = { variable
44 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_BpfCoordinator()
Dcom_android_networkstack_tethering_util_TetheringUtils.cpp160 static const JNINativeMethod gMethods[] = { variable
173 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_util_TetheringUtils()
/packages/modules/Connectivity/framework-t/jni/
Dandroid_net_TrafficStats.cpp35 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/
Dcom_android_net_module_util_BpfUtils.cpp59 static const JNINativeMethod gMethods[] = { variable
68 gMethods, NELEM(gMethods)); in register_com_android_net_module_util_BpfUtils()
/packages/modules/ExtServices/jni/
Dandroid_ext_services_displayhash_ImageHashManager.cpp107 static const JNINativeMethod gMethods[] = { variable
115 gMethods, NELEM(gMethods)); in register_android_ext_services_displayhash_DisplayHashAlgorithm()
/packages/modules/Connectivity/thread/service/jni/
Dcom_android_server_thread_InfraInterfaceController.cpp130 static const JNINativeMethod gMethods[] = { variable
138 gMethods, NELEM(gMethods)); in register_com_android_server_thread_InfraInterfaceController()
Dcom_android_server_thread_TunInterfaceController.cpp108 static const JNINativeMethod gMethods[] = { variable
120 gMethods, NELEM(gMethods)); in register_com_android_server_thread_TunInterfaceController()
/packages/modules/Connectivity/service-t/jni/
Dcom_android_server_net_NetworkStatsService.cpp115 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()
Dcom_android_server_net_NetworkStatsFactory.cpp191 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/
Dcom_android_net_module_util_TcUtils.cpp113 static const JNINativeMethod gMethods[] = { variable
131 return jniRegisterNativeMethods(env, class_name, gMethods, NELEM(gMethods)); in register_com_android_net_module_util_TcUtils()
Dcom_android_net_module_util_BpfMap.cpp158 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/
Dlibimsmediajni.cpp205 static JNINativeMethod gMethods[] = { variable
237 if (jniRegisterNativeMethods(env, gClassPath, gMethods, NELEM(gMethods)) < 0) in ImsMediaServiceJni_OnLoad()
/packages/modules/Permission/tests/cts/permission/jni/
Dandroid_permission_cts_FileUtils.cpp202 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/
Dapf_jni.cpp311 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local
329 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpegstream.cpp312 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1702 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()
DNativeNfcManager.cpp2182 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()