Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeP2pDevice.cpp68 static JNINativeMethod gMethods[] = variable
91 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
DNativeLlcpServiceSocket.cpp136 static JNINativeMethod gMethods[] = variable
156 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
DNativeLlcpSocket.cpp217 static JNINativeMethod gMethods[] = variable
241 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
DNativeLlcpConnectionlessSocket.cpp285 static JNINativeMethod gMethods[] = variable
305 … jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
DNativeNfcTag.cpp1853 static JNINativeMethod gMethods[] = variable
1884 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcTag()
DNativeNfcManager.cpp1627 static JNINativeMethod gMethods[] = variable
1721 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcManager()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeLlcpServiceSocket.cpp214 static JNINativeMethod gMethods[] = variable
228 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp237 static JNINativeMethod gMethods[] = variable
251 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
Dcom_android_nfc_NativeLlcpSocket.cpp437 static JNINativeMethod gMethods[] = variable
465 "com/android/nfc/dhimpl/NativeLlcpSocket",gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
Dcom_android_nfc_NativeP2pDevice.cpp471 static JNINativeMethod gMethods[] = variable
489 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
Dcom_android_nfc_NativeNfcTag.cpp1206 static JNINativeMethod gMethods[] = variable
1240 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
Dcom_android_nfc_NativeNfcManager.cpp2369 static JNINativeMethod gMethods[] = variable
2443 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
/packages/apps/Terminal/jni/
Dcom_android_terminal_Terminal.cpp682 static JNINativeMethod gMethods[] = { variable
725 gMethods, NELEM(gMethods)); in register_com_android_terminal_Terminal()
/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/FMRadio/jni/fmr/
Dlibfm_jni.cpp359 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
372 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp552 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
557 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()