Searched refs:gMethods (Results 1 - 17 of 17) 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 DNativeLlcpConnectionlessSocket.cpp285 static JNINativeMethod gMethods[] = member in namespace:android
305 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.cpp1853 static JNINativeMethod gMethods[] = member in namespace:android
1884 return jniRegisterNativeMethods (e, gNativeNfcTagClassName, gMethods, NELEM (gMethods));
H A DNativeNfcManager.cpp1707 static JNINativeMethod gMethods[] = member in namespace:android
1810 return jniRegisterNativeMethods (e, gNativeNfcManagerClassName, gMethods, NELEM (gMethods));
/packages/services/Car/service/jni/
H A Dcom_android_car_CarInputService.cpp88 static JNINativeMethod gMethods[] = { member in namespace:android
95 gMethods, NELEM(gMethods));
H A Dcom_android_car_CarCameraService.cpp299 static JNINativeMethod gMethods[] = { member in namespace:android
315 gMethods, NELEM(gMethods));
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeLlcpServiceSocket.cpp214 static JNINativeMethod gMethods[] = member in namespace:android
228 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp237 static JNINativeMethod gMethods[] = member in namespace:android
251 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.cpp471 static JNINativeMethod gMethods[] = member in namespace:android
489 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcTag.cpp1206 static JNINativeMethod gMethods[] = member in namespace:android
1240 gMethods, NELEM(gMethods));
H A Dcom_android_nfc_NativeNfcManager.cpp2369 static JNINativeMethod gMethods[] = member in namespace:android
2443 gMethods, NELEM(gMethods));
/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
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp552 JNINativeMethod* gMethods, int numMethods) {
557 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
551 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/packages/apps/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp682 static JNINativeMethod gMethods[] = { member in namespace:android
725 gMethods, NELEM(gMethods));

Completed in 286 milliseconds