Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeP2pDevice.cpp69 static JNINativeMethod gMethods[] = variable
92 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
DNativeLlcpServiceSocket.cpp136 static JNINativeMethod gMethods[] = variable
156 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
DNativeLlcpSocket.cpp217 static JNINativeMethod gMethods[] = variable
241 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
DNativeLlcpConnectionlessSocket.cpp285 static JNINativeMethod gMethods[] = variable
305 … jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
DNativeNfcTag.cpp1883 static JNINativeMethod gMethods[] = variable
1914 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcTag()
DNativeNfcManager.cpp1827 static JNINativeMethod gMethods[] = variable
1941 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcManager()
/packages/apps/Terminal/jni/
Dcom_android_terminal_Terminal.cpp680 static JNINativeMethod gMethods[] = { variable
723 gMethods, NELEM(gMethods)); in register_com_android_terminal_Terminal()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpegstream.cpp312 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/packages/apps/Messaging/jni/
DGifTranscoder.cpp562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()