Searched refs:sMethods (Results 1 - 19 of 19) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_keyboard_ProximityInfo.cpp46 static const JNINativeMethod sMethods[] = { member in namespace:latinime
61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
H A Dcom_android_inputmethod_latin_DicTraverseSession.cpp58 static const JNINativeMethod sMethods[] = { member in namespace:latinime
78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
H A Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp82 static const JNINativeMethod sMethods[] = { member in namespace:latinime
103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp619 static const JNINativeMethod sMethods[] = { member in namespace:latinime
742 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
/packages/apps/Nfc/nci/jni/
H A DRoutingManager.h87 static const JNINativeMethod sMethods []; member in class:RoutingManager
H A DRoutingManager.cpp38 const JNINativeMethod RoutingManager::sMethods [] = member in class:RoutingManager
798 return jniRegisterNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods));
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp_sink.cpp218 static JNINativeMethod sMethods[] = { member in namespace:android
230 env, "com/android/bluetooth/a2dpsink/A2dpSinkStateMachine", sMethods,
231 NELEM(sMethods));
H A Dcom_android_bluetooth_hdp.cpp228 static JNINativeMethod sMethods[] = { member in namespace:android
242 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_pan.cpp234 static JNINativeMethod sMethods[] = { member in namespace:android
247 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_a2dp.cpp362 static JNINativeMethod sMethods[] = { member in namespace:android
377 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hid.cpp501 static JNINativeMethod sMethods[] = { member in namespace:android
519 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hidd.cpp460 static JNINativeMethod sMethods[] = { member in namespace:android
479 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_sdp.cpp483 static JNINativeMethod sMethods[] = { member in namespace:android
503 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_avrcp_controller.cpp1024 static JNINativeMethod sMethods[] = { member in namespace:android
1050 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hfp.cpp821 static JNINativeMethod sMethods[] = { member in namespace:android
851 env, "com/android/bluetooth/hfp/HeadsetStateMachine", sMethods,
852 NELEM(sMethods));
H A Dcom_android_bluetooth_hfpclient.cpp771 static JNINativeMethod sMethods[] = { member in namespace:android
800 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1211 static JNINativeMethod sMethods[] = { member in namespace:android
1247 env, "com/android/bluetooth/btservice/AdapterService", sMethods,
1248 NELEM(sMethods));
H A Dcom_android_bluetooth_avrcp.cpp1395 static JNINativeMethod sMethods[] = { member in namespace:android
1451 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_gatt.cpp2139 static JNINativeMethod sMethods[] = { member in namespace:android
2224 sMethods, NELEM(sMethods));

Completed in 222 milliseconds