Searched refs:sMethods (Results 1 - 18 of 18) 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/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp234 static JNINativeMethod sMethods[] = { member in namespace:android
245 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_avrcp_controller.cpp186 static JNINativeMethod sMethods[] = { member in namespace:android
197 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_a2dp_sink.cpp240 static JNINativeMethod sMethods[] = { member in namespace:android
251 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hdp.cpp269 static JNINativeMethod sMethods[] = { member in namespace:android
282 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_pan.cpp237 static JNINativeMethod sMethods[] = { member in namespace:android
251 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_avrcp.cpp419 static JNINativeMethod sMethods[] = { member in namespace:android
438 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hid.cpp500 static JNINativeMethod sMethods[] = { member in namespace:android
517 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hfpclient.cpp593 static JNINativeMethod sMethods[] = { member in namespace:android
619 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_sdp.cpp560 static JNINativeMethod sMethods[] = { member in namespace:android
582 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hfp.cpp823 static JNINativeMethod sMethods[] = { member in namespace:android
847 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1133 static JNINativeMethod sMethods[] = { member in namespace:android
1167 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_gatt.cpp1841 static JNINativeMethod sMethods[] = { member in namespace:android
1892 sMethods, NELEM(sMethods));
/packages/apps/Nfc/nci/jni/
H A DRoutingManager.h80 static const JNINativeMethod sMethods []; member in class:RoutingManager
H A DRoutingManager.cpp37 const JNINativeMethod RoutingManager::sMethods [] = member in class:RoutingManager
575 return jniRegisterNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods));

Completed in 113 milliseconds