/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/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 | 164 static const JNINativeMethod gMethods[] = { variable 177 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/apps/Nfc/nci/jni/ |
D | NativeP2pDevice.cpp | 61 static JNINativeMethod gMethods[] = { variable 80 return jniRegisterNativeMethods(e, gNativeP2pDeviceClassName, gMethods, in register_com_android_nfc_NativeP2pDevice() 81 NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | NativeLlcpServiceSocket.cpp | 132 static JNINativeMethod gMethods[] = { variable 150 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | NativeLlcpSocket.cpp | 217 static JNINativeMethod gMethods[] = { variable 240 return jniRegisterNativeMethods(e, gNativeLlcpSocketClassName, gMethods, in register_com_android_nfc_NativeLlcpSocket() 241 NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
|
D | NativeLlcpConnectionlessSocket.cpp | 283 static JNINativeMethod gMethods[] = { variable 302 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
D | NativeNfcTag.cpp | 1876 static JNINativeMethod gMethods[] = { variable 1905 return jniRegisterNativeMethods(e, gNativeNfcTagClassName, gMethods, in register_com_android_nfc_NativeNfcTag() 1906 NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 2205 static JNINativeMethod gMethods[] = { variable 2316 return jniRegisterNativeMethods(e, gNativeNfcManagerClassName, gMethods, in register_com_android_nfc_NativeNfcManager() 2317 NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/modules/Connectivity/service/jni/ |
D | com_android_server_TestNetworkService.cpp | 97 static const JNINativeMethod gMethods[] = { variable 102 return jniRegisterNativeMethods(env, "com/android/server/TestNetworkService", gMethods, in register_com_android_server_TestNetworkService() 103 NELEM(gMethods)); in register_com_android_server_TestNetworkService()
|
D | com_android_server_BpfNetMaps.cpp | 210 static const JNINativeMethod gMethods[] = { variable 244 gMethods, NELEM(gMethods)); in register_com_android_server_BpfNetMaps()
|
D | com_android_server_connectivity_ClatCoordinator.cpp | 496 static const JNINativeMethod gMethods[] = { variable 530 gMethods, NELEM(gMethods)); in register_com_android_server_connectivity_ClatCoordinator()
|
/packages/modules/Connectivity/service-t/jni/ |
D | com_android_server_net_NetworkStatsService.cpp | 105 static const JNINativeMethod gMethods[] = { variable 112 return jniRegisterNativeMethods(env, "com/android/server/net/NetworkStatsService", gMethods, in register_android_server_net_NetworkStatsService() 113 NELEM(gMethods)); in register_android_server_net_NetworkStatsService()
|
D | com_android_server_net_NetworkStatsFactory.cpp | 329 static const JNINativeMethod gMethods[] = { variable 338 int err = jniRegisterNativeMethods(env, "com/android/server/net/NetworkStatsFactory", gMethods, in register_android_server_net_NetworkStatsFactory() 339 NELEM(gMethods)); in register_android_server_net_NetworkStatsFactory()
|
/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/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 234 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local 246 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/modules/Uwb/service/uci/jni/ |
D | UwbNativeManager.cpp | 1792 static JNINativeMethod gMethods[] = { variable 1841 return jniRegisterNativeMethods(env, UWB_NATIVE_MANAGER_CLASS_NAME, gMethods, in register_com_android_uwb_dhimpl_UwbNativeManager() 1842 sizeof(gMethods) / sizeof(gMethods[0])); in register_com_android_uwb_dhimpl_UwbNativeManager()
|
/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()
|