Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/
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_keyboard_ProximityInfo.cpp46 static const JNINativeMethod sMethods[] = { variable
61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_ProximityInfo()
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_btservice_BluetoothKeystore.cpp158 static JNINativeMethod sMethods[] = { variable
169 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_BluetoothKeystore()
Dcom_android_bluetooth_hearing_aid.cpp221 static JNINativeMethod sMethods[] = { variable
234 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
Dcom_android_bluetooth_pan.cpp233 static JNINativeMethod sMethods[] = { variable
246 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
Dcom_android_bluetooth_a2dp_sink.cpp244 static JNINativeMethod sMethods[] = { variable
257 env, "com/android/bluetooth/a2dpsink/A2dpSinkService", sMethods, in register_com_android_bluetooth_a2dp_sink()
258 NELEM(sMethods)); in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_hid_device.cpp500 static JNINativeMethod sMethods[] = { variable
518 env, "com/android/bluetooth/hid/HidDeviceNativeInterface", sMethods, in register_com_android_bluetooth_hid_device()
519 NELEM(sMethods)); in register_com_android_bluetooth_hid_device()
Dcom_android_bluetooth_hid_host.cpp509 static JNINativeMethod sMethods[] = { variable
528 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid_host()
Dcom_android_bluetooth_a2dp.cpp508 static JNINativeMethod sMethods[] = { variable
525 env, "com/android/bluetooth/a2dp/A2dpNativeInterface", sMethods, in register_com_android_bluetooth_a2dp()
526 NELEM(sMethods)); in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_sdp.cpp497 static JNINativeMethod sMethods[] = { variable
519 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
Dcom_android_bluetooth_hfpclient.cpp839 static JNINativeMethod sMethods[] = { variable
868 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_avrcp_target.cpp811 static JNINativeMethod sMethods[] = { variable
831 env, "com/android/bluetooth/avrcp/AvrcpNativeInterface", sMethods, in register_com_android_bluetooth_avrcp_target()
832 NELEM(sMethods)); in register_com_android_bluetooth_avrcp_target()
Dcom_android_bluetooth_hfp.cpp919 static JNINativeMethod sMethods[] = { variable
949 env, "com/android/bluetooth/hfp/HeadsetNativeInterface", sMethods, in register_com_android_bluetooth_hfp()
950 NELEM(sMethods)); in register_com_android_bluetooth_hfp()
Dcom_android_bluetooth_avrcp_controller.cpp1287 static JNINativeMethod sMethods[] = { variable
1314 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
Dcom_android_bluetooth_btservice_AdapterService.cpp1335 static JNINativeMethod sMethods[] = { variable
1376 env, "com/android/bluetooth/btservice/AdapterService", sMethods, in register_com_android_bluetooth_btservice_AdapterService()
1377 NELEM(sMethods)); in register_com_android_bluetooth_btservice_AdapterService()
Dcom_android_bluetooth_gatt.cpp2136 static JNINativeMethod sMethods[] = { variable
2221 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
/packages/apps/Nfc/nci/jni/
DRoutingManager.h118 static const JNINativeMethod sMethods[]; variable
DRoutingManager.cpp38 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager
1052 e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, in registerJniFunctions()
1053 NELEM(sMethods)); in registerJniFunctions()