Searched refs:gMethods (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeP2pDevice.cpp | 69 static JNINativeMethod gMethods[] = variable 92 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | NativeLlcpServiceSocket.cpp | 136 static JNINativeMethod gMethods[] = variable 156 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | NativeLlcpSocket.cpp | 217 static JNINativeMethod gMethods[] = variable 241 return jniRegisterNativeMethods (e, gNativeLlcpSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
|
D | NativeLlcpConnectionlessSocket.cpp | 285 static JNINativeMethod gMethods[] = variable 305 … jniRegisterNativeMethods (e, gNativeLlcpConnectionlessSocketClassName, gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
D | NativeNfcTag.cpp | 1883 static JNINativeMethod gMethods[] = variable 1914 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 1827 static JNINativeMethod gMethods[] = variable 1941 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 680 static JNINativeMethod gMethods[] = { variable 723 gMethods, NELEM(gMethods)); in register_com_android_terminal_Terminal()
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpegstream.cpp | 312 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|