/packages/apps/Nfc/nci/jni/ |
D | NativeP2pDevice.cpp | 68 static JNINativeMethod gMethods[] = variable 91 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | NativeLlcpServiceSocket.cpp | 136 static JNINativeMethod gMethods[] = variable 156 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | NativeLlcpSocket.cpp | 217 static JNINativeMethod gMethods[] = variable 241 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
|
D | NativeLlcpConnectionlessSocket.cpp | 285 static JNINativeMethod gMethods[] = variable 305 … jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
D | NativeNfcTag.cpp | 1853 static JNINativeMethod gMethods[] = variable 1884 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 1627 static JNINativeMethod gMethods[] = variable 1721 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeLlcpServiceSocket.cpp | 214 static JNINativeMethod gMethods[] = variable 228 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 237 static JNINativeMethod gMethods[] = variable 251 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
D | com_android_nfc_NativeLlcpSocket.cpp | 437 static JNINativeMethod gMethods[] = variable 465 "com/android/nfc/dhimpl/NativeLlcpSocket",gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
|
D | com_android_nfc_NativeP2pDevice.cpp | 471 static JNINativeMethod gMethods[] = variable 489 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | com_android_nfc_NativeNfcTag.cpp | 1206 static JNINativeMethod gMethods[] = variable 1240 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | com_android_nfc_NativeNfcManager.cpp | 2369 static JNINativeMethod gMethods[] = variable 2443 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 682 static JNINativeMethod gMethods[] = { variable 725 gMethods, NELEM(gMethods)); in register_com_android_terminal_Terminal()
|
/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/FMRadio/jni/fmr/ |
D | libfm_jni.cpp | 359 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 372 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 552 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 557 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|