Home
last modified time | relevance | path

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

/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.cpp1853 static JNINativeMethod gMethods[] = { variable
1882 return jniRegisterNativeMethods(e, gNativeNfcTagClassName, gMethods, in register_com_android_nfc_NativeNfcTag()
1883 NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
DNativeNfcManager.cpp1999 static JNINativeMethod gMethods[] = { variable
2097 return jniRegisterNativeMethods(e, gNativeNfcManagerClassName, gMethods, in register_com_android_nfc_NativeNfcManager()
2098 NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
/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/Terminal/jni/
Dcom_android_terminal_Terminal.cpp673 static JNINativeMethod gMethods[] = { variable
716 gMethods, NELEM(gMethods)); in register_com_android_terminal_Terminal()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()