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

/packages/apps/Nfc/nci/jni/
H A DNativeP2pDevice.cpp68 static JNINativeMethod gMethods[] = member in namespace:android
91 gMethods, NELEM(gMethods));
H A DNativeLlcpServiceSocket.cpp136 static JNINativeMethod gMethods[] = member in namespace:android
156 gMethods, NELEM(gMethods));
H A DNativeSecureElement.cpp176 static JNINativeMethod gMethods[] = member in namespace:android
197 gMethods, NELEM(gMethods));
H A DNativeLlcpConnectionlessSocket.cpp283 static JNINativeMethod gMethods[] = member in namespace:android
303 return jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods));
H A DNativeLlcpSocket.cpp217 static JNINativeMethod gMethods[] = member in namespace:android
241 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods));
H A DNativeNfcTag.cpp1566 static JNINativeMethod gMethods[] = member in namespace:android
1597 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods));
H A DNativeNfcManager.cpp1883 static JNINativeMethod gMethods[] = member in namespace:android
1989 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods));
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeLlcpServiceSocket.cpp211 static JNINativeMethod gMethods[] = member in namespace:android
225 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp236 static JNINativeMethod gMethods[] = member in namespace:android
250 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeLlcpSocket.cpp437 static JNINativeMethod gMethods[] = member in namespace:android
465 "com/android/nfc/dhimpl/NativeLlcpSocket",gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeP2pDevice.cpp470 static JNINativeMethod gMethods[] = member in namespace:android
488 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcSecureElement.cpp744 static JNINativeMethod gMethods[] = member in namespace:android
762 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcTag.cpp1205 static JNINativeMethod gMethods[] = member in namespace:android
1239 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcManager.cpp2604 static JNINativeMethod gMethods[] = member in namespace:android
2693 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
/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpegstream.cpp312 JNINativeMethod* gMethods, int numMethods) {
319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
311 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument

Completed in 6689 milliseconds