/packages/inputmethods/PinyinIME/jni/android/ |
D | com_android_inputmethod_pinyin_PinyinDecoderService.cpp | 310 static JNINativeMethod gMethods[] = { variable 378 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 386 if ((*env).RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods() 407 gMethods, sizeof(gMethods) / sizeof(gMethods[0]))) in registerNatives()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeP2pDevice.cpp | 66 static JNINativeMethod gMethods[] = variable 89 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | NativeLlcpServiceSocket.cpp | 133 static JNINativeMethod gMethods[] = variable 153 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | NativeSecureElement.cpp | 224 static JNINativeMethod gMethods[] = variable 247 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcSecureElement()
|
D | NativeLlcpSocket.cpp | 215 static JNINativeMethod gMethods[] = variable 239 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
|
D | NativeLlcpConnectionlessSocket.cpp | 280 static JNINativeMethod gMethods[] = variable 300 … jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
D | NativeNfcTag.cpp | 1514 static JNINativeMethod gMethods[] = variable 1545 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 1615 static JNINativeMethod gMethods[] = variable 1700 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeLlcpServiceSocket.cpp | 211 static JNINativeMethod gMethods[] = variable 225 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 236 static JNINativeMethod gMethods[] = variable 250 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 | 470 static JNINativeMethod gMethods[] = variable 488 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | com_android_nfc_NativeNfcSecureElement.cpp | 744 static JNINativeMethod gMethods[] = variable 762 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcSecureElement()
|
D | com_android_nfc_NativeNfcTag.cpp | 1205 static JNINativeMethod gMethods[] = variable 1239 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | com_android_nfc_NativeNfcManager.cpp | 2558 static JNINativeMethod gMethods[] = variable 2641 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
|