Home
last modified time | relevance | path

Searched refs:sMethods (Results 1 – 18 of 18) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_keyboard_ProximityInfo.cpp46 static const JNINativeMethod sMethods[] = { variable
61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_ProximityInfo()
Dcom_android_inputmethod_latin_DicTraverseSession.cpp58 static const JNINativeMethod sMethods[] = { variable
78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_DicTraverseSession()
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp82 static const JNINativeMethod sMethods[] = { variable
103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionaryUtils()
Dcom_android_inputmethod_latin_BinaryDictionary.cpp619 static const JNINativeMethod sMethods[] = { variable
742 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionary()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp186 static JNINativeMethod sMethods[] = { variable
197 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
Dcom_android_bluetooth_a2dp.cpp234 static JNINativeMethod sMethods[] = { variable
245 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_a2dp_sink.cpp240 static JNINativeMethod sMethods[] = { variable
251 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_pan.cpp237 static JNINativeMethod sMethods[] = { variable
251 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
Dcom_android_bluetooth_hdp.cpp269 static JNINativeMethod sMethods[] = { variable
282 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hdp()
Dcom_android_bluetooth_avrcp.cpp418 static JNINativeMethod sMethods[] = { variable
437 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp()
Dcom_android_bluetooth_hid.cpp500 static JNINativeMethod sMethods[] = { variable
517 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid()
Dcom_android_bluetooth_sdp.cpp560 static JNINativeMethod sMethods[] = { variable
582 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
Dcom_android_bluetooth_hfpclient.cpp593 static JNINativeMethod sMethods[] = { variable
619 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_hfp.cpp823 static JNINativeMethod sMethods[] = { variable
847 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfp()
Dcom_android_bluetooth_btservice_AdapterService.cpp1153 static JNINativeMethod sMethods[] = { variable
1189 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_AdapterService()
Dcom_android_bluetooth_gatt.cpp1841 static JNINativeMethod sMethods[] = { variable
1892 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp37 const JNINativeMethod RoutingManager::sMethods [] = member in RoutingManager
575 …terNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods)); in registerJniFunctions()
DRoutingManager.h80 static const JNINativeMethod sMethods []; variable