Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 16 of 16) 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/Tethering/jni/
Dcom_android_networkstack_tethering_BpfCoordinator.cpp36 static const JNINativeMethod gMethods[] = { variable
44 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_BpfCoordinator()
Dandroid_net_util_TetheringUtils.cpp168 static const JNINativeMethod gMethods[] = { variable
181 gMethods, NELEM(gMethods)); in register_android_net_util_TetheringUtils()
Dcom_android_networkstack_tethering_BpfMap.cpp140 static const JNINativeMethod gMethods[] = { variable
172 gMethods, NELEM(gMethods)); in register_com_android_networkstack_tethering_BpfMap()
Dcom_android_networkstack_tethering_BpfUtils.cpp337 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/
DNativeP2pDevice.cpp61 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()
DNativeLlcpServiceSocket.cpp131 static JNINativeMethod gMethods[] = { variable
149 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
DNativeLlcpSocket.cpp217 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()
DNativeLlcpConnectionlessSocket.cpp283 static JNINativeMethod gMethods[] = { variable
302 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
DNativeNfcTag.cpp1856 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()
DNativeNfcManager.cpp2152 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/
Dcom_android_server_TestNetworkService.cpp95 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/
Dandroid_ext_services_displayhash_ImageHashManager.cpp107 static const JNINativeMethod gMethods[] = { variable
115 gMethods, NELEM(gMethods)); in register_android_ext_services_displayhash_DisplayHashAlgorithm()
/packages/modules/NetworkStack/tests/unit/jni/
Dapf_jni.cpp234 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local
246 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()