Searched refs:gMethods (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeP2pDevice.cpp | 61 static JNINativeMethod gMethods[] = { variable 80 return jniRegisterNativeMethods(e, gNativeP2pDeviceClassName, gMethods, in register_com_android_nfc_NativeP2pDevice() 81 NELEM(gMethods)); in register_com_android_nfc_NativeP2pDevice()
|
D | NativeLlcpServiceSocket.cpp | 131 static JNINativeMethod gMethods[] = { variable 149 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpServiceSocket()
|
D | NativeLlcpSocket.cpp | 217 static JNINativeMethod gMethods[] = { variable 240 return jniRegisterNativeMethods(e, gNativeLlcpSocketClassName, gMethods, in register_com_android_nfc_NativeLlcpSocket() 241 NELEM(gMethods)); in register_com_android_nfc_NativeLlcpSocket()
|
D | NativeLlcpConnectionlessSocket.cpp | 283 static JNINativeMethod gMethods[] = { variable 302 gMethods, NELEM(gMethods)); in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
D | NativeNfcTag.cpp | 1853 static JNINativeMethod gMethods[] = { variable 1882 return jniRegisterNativeMethods(e, gNativeNfcTagClassName, gMethods, in register_com_android_nfc_NativeNfcTag() 1883 NELEM(gMethods)); in register_com_android_nfc_NativeNfcTag()
|
D | NativeNfcManager.cpp | 1999 static JNINativeMethod gMethods[] = { variable 2097 return jniRegisterNativeMethods(e, gNativeNfcManagerClassName, gMethods, in register_com_android_nfc_NativeNfcManager() 2098 NELEM(gMethods)); in register_com_android_nfc_NativeNfcManager()
|
/packages/modules/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 234 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local 246 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
|
/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/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 673 static JNINativeMethod gMethods[] = { variable 716 gMethods, NELEM(gMethods)); in register_com_android_terminal_Terminal()
|
/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()
|