Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/jni/android/
Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp310 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/
DNativeP2pDevice.cpp66 static JNINativeMethod gMethods[] = variable
89 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
DNativeLlcpServiceSocket.cpp133 static JNINativeMethod gMethods[] = variable
153 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
DNativeSecureElement.cpp224 static JNINativeMethod gMethods[] = variable
247 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcSecureElement()
DNativeLlcpSocket.cpp215 static JNINativeMethod gMethods[] = variable
239 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
DNativeLlcpConnectionlessSocket.cpp280 static JNINativeMethod gMethods[] = variable
300 … jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
DNativeNfcTag.cpp1514 static JNINativeMethod gMethods[] = variable
1545 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcTag()
DNativeNfcManager.cpp1615 static JNINativeMethod gMethods[] = variable
1700 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcManager()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeLlcpServiceSocket.cpp211 static JNINativeMethod gMethods[] = variable
225 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp236 static JNINativeMethod gMethods[] = variable
250 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.cpp470 static JNINativeMethod gMethods[] = variable
488 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
Dcom_android_nfc_NativeNfcSecureElement.cpp744 static JNINativeMethod gMethods[] = variable
762 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcSecureElement()
Dcom_android_nfc_NativeNfcTag.cpp1205 static JNINativeMethod gMethods[] = variable
1239 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
Dcom_android_nfc_NativeNfcManager.cpp2558 static JNINativeMethod gMethods[] = variable
2641 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()