Home
last modified time | relevance | path

Searched refs:sMethods (Results 1 – 19 of 19) 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_a2dp_sink.cpp222 static JNINativeMethod sMethods[] = { variable
234 env, "com/android/bluetooth/a2dpsink/A2dpSinkService", sMethods, in register_com_android_bluetooth_a2dp_sink()
235 NELEM(sMethods)); in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_pan.cpp234 static JNINativeMethod sMethods[] = { variable
247 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
Dcom_android_bluetooth_hearing_aid.cpp222 static JNINativeMethod sMethods[] = { variable
235 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
Dcom_android_bluetooth_hid_device.cpp501 static JNINativeMethod sMethods[] = { variable
519 env, "com/android/bluetooth/hid/HidDeviceNativeInterface", sMethods, in register_com_android_bluetooth_hid_device()
520 NELEM(sMethods)); in register_com_android_bluetooth_hid_device()
Dcom_android_bluetooth_hid_host.cpp501 static JNINativeMethod sMethods[] = { variable
520 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid_host()
Dcom_android_bluetooth_a2dp.cpp476 static JNINativeMethod sMethods[] = { variable
492 env, "com/android/bluetooth/a2dp/A2dpNativeInterface", sMethods, in register_com_android_bluetooth_a2dp()
493 NELEM(sMethods)); in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_sdp.cpp498 static JNINativeMethod sMethods[] = { variable
520 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
Dcom_android_bluetooth_hfpclient.cpp822 static JNINativeMethod sMethods[] = { variable
851 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_avrcp_target.cpp804 static JNINativeMethod sMethods[] = { variable
823 env, "com/android/bluetooth/avrcp/AvrcpNativeInterface", sMethods, in register_com_android_bluetooth_avrcp_target()
824 NELEM(sMethods)); in register_com_android_bluetooth_avrcp_target()
Dcom_android_bluetooth_hfp.cpp920 static JNINativeMethod sMethods[] = { variable
950 env, "com/android/bluetooth/hfp/HeadsetNativeInterface", sMethods, in register_com_android_bluetooth_hfp()
951 NELEM(sMethods)); in register_com_android_bluetooth_hfp()
Dcom_android_bluetooth_avrcp_controller.cpp1209 static JNINativeMethod sMethods[] = { variable
1235 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
Dcom_android_bluetooth_btservice_AdapterService.cpp1240 static JNINativeMethod sMethods[] = { variable
1279 env, "com/android/bluetooth/btservice/AdapterService", sMethods, in register_com_android_bluetooth_btservice_AdapterService()
1280 NELEM(sMethods)); in register_com_android_bluetooth_btservice_AdapterService()
Dcom_android_bluetooth_gatt.cpp2137 static JNINativeMethod sMethods[] = { variable
2222 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp38 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager
1003 e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, in registerJniFunctions()
1004 NELEM(sMethods)); in registerJniFunctions()
DRoutingManager.h117 static const JNINativeMethod sMethods[]; variable