/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 | android_net_util_TetheringUtils.cpp | 168 static const JNINativeMethod gMethods[] = { variable 181 gMethods, NELEM(gMethods)); in register_android_net_util_TetheringUtils()
|
D | com_android_networkstack_tethering_BpfMap.cpp | 140 static const JNINativeMethod gMethods[] = { variable 172 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_BpfMap()
|
D | com_android_networkstack_tethering_BpfUtils.cpp | 337 static const JNINativeMethod gMethods[] = { variable 348 return jniRegisterNativeMethods(env, "com/android/networkstack/tethering/BpfUtils", gMethods, in register_com_android_networkstack_tethering_BpfUtils() 349 NELEM(gMethods)); in register_com_android_networkstack_tethering_BpfUtils()
|
/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 | 131 static JNINativeMethod gMethods[] = { variable 149 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 | 1856 static JNINativeMethod gMethods[] = { variable 1885 return jniRegisterNativeMethods(e, gNativeNfcTagClassName, gMethods, in register_com_android_nfc_NativeNfcTag() 1886 NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 2152 static JNINativeMethod gMethods[] = { variable 2258 return jniRegisterNativeMethods(e, gNativeNfcManagerClassName, gMethods, in register_com_android_nfc_NativeNfcManager() 2259 NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/modules/Connectivity/service/jni/ |
D | com_android_server_TestNetworkService.cpp | 95 static const JNINativeMethod gMethods[] = { variable 100 return jniRegisterNativeMethods(env, "com/android/server/TestNetworkService", gMethods, in register_android_server_TestNetworkService() 101 NELEM(gMethods)); in register_android_server_TestNetworkService()
|
/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/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|