Searched defs:gMethods (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp240 static JNINativeMethod gMethods[] = member in namespace:android
254 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeLlcpServiceSocket.cpp210 static JNINativeMethod gMethods[] = member in namespace:android
224 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeLlcpSocket.cpp434 static JNINativeMethod gMethods[] = member in namespace:android
462 "com/android/nfc/nxp/NativeLlcpSocket",gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeP2pDevice.cpp469 static JNINativeMethod gMethods[] = member in namespace:android
487 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcSecureElement.cpp728 static JNINativeMethod gMethods[] = member in namespace:android
746 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcTag.cpp1214 static JNINativeMethod gMethods[] = member in namespace:android
1248 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcManager.cpp2557 static JNINativeMethod gMethods[] = member in namespace:android
2634 gMethods, NELEM(gMethods));
/packages/inputmethods/PinyinIME/jni/android/
H A Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp310 static JNINativeMethod gMethods[] = { variable
378 JNINativeMethod* gMethods, int numMethods)
386 if ((*env).RegisterNatives(clazz, gMethods, numMethods) < 0) {
407 gMethods, sizeof(gMethods) / sizeof(gMethods[0])))
377 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument

Completed in 91 milliseconds