Home
last modified time | relevance | path

Searched refs:sMethods (Results 1 – 25 of 25) 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/modules/Bluetooth/android/app/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_btservice_ActivityAttribution.cpp188 static JNINativeMethod sMethods[] = { variable
202 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_activity_attribution()
Dcom_android_bluetooth_pan.cpp216 static JNINativeMethod sMethods[] = { variable
227 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
Dcom_android_bluetooth_hearing_aid.cpp219 static JNINativeMethod sMethods[] = { variable
232 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
Dcom_android_bluetooth_a2dp_sink.cpp244 static JNINativeMethod sMethods[] = { variable
257 env, "com/android/bluetooth/a2dpsink/A2dpSinkNativeInterface", sMethods, in register_com_android_bluetooth_a2dp_sink()
258 NELEM(sMethods)); in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_csip_set_coordinator.cpp282 static JNINativeMethod sMethods[] = { variable
294 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_csip_set_coordinator()
Dcom_android_bluetooth_hid_device.cpp498 static JNINativeMethod sMethods[] = { variable
516 env, "com/android/bluetooth/hid/HidDeviceNativeInterface", sMethods, in register_com_android_bluetooth_hid_device()
517 NELEM(sMethods)); in register_com_android_bluetooth_hid_device()
Dcom_android_bluetooth_hid_host.cpp507 static JNINativeMethod sMethods[] = { variable
526 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid_host()
Dcom_android_bluetooth_vc.cpp542 static JNINativeMethod sMethods[] = { variable
571 env, "com/android/bluetooth/vc/VolumeControlNativeInterface", sMethods, in register_com_android_bluetooth_vc()
572 NELEM(sMethods)); in register_com_android_bluetooth_vc()
Dcom_android_bluetooth_a2dp.cpp503 static JNINativeMethod sMethods[] = { variable
520 env, "com/android/bluetooth/a2dp/A2dpNativeInterface", sMethods, in register_com_android_bluetooth_a2dp()
521 NELEM(sMethods)); in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_hap_client.cpp619 static JNINativeMethod sMethods[] = { variable
642 env, "com/android/bluetooth/hap/HapClientNativeInterface", sMethods, in register_com_android_bluetooth_hap_client()
643 NELEM(sMethods)); in register_com_android_bluetooth_hap_client()
Dcom_android_bluetooth_sdp.cpp511 static JNINativeMethod sMethods[] = { variable
533 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
Dcom_android_bluetooth_avrcp_target.cpp903 static JNINativeMethod sMethods[] = { variable
927 env, "com/android/bluetooth/avrcp/AvrcpNativeInterface", sMethods, in register_com_android_bluetooth_avrcp_target()
928 NELEM(sMethods)); in register_com_android_bluetooth_avrcp_target()
Dcom_android_bluetooth_hfpclient.cpp913 static JNINativeMethod sMethods[] = { variable
944 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_hfp.cpp952 static JNINativeMethod sMethods[] = { variable
986 env, "com/android/bluetooth/hfp/HeadsetNativeInterface", sMethods, in register_com_android_bluetooth_hfp()
987 NELEM(sMethods)); in register_com_android_bluetooth_hfp()
Dcom_android_bluetooth_avrcp_controller.cpp1285 static JNINativeMethod sMethods[] = { variable
1312 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
Dcom_android_bluetooth_le_audio.cpp545 static JNINativeMethod sMethods[] = { variable
1245 env, "com/android/bluetooth/le_audio/LeAudioNativeInterface", sMethods, in register_com_android_bluetooth_le_audio()
1246 NELEM(sMethods)); in register_com_android_bluetooth_le_audio()
Dcom_android_bluetooth_btservice_AdapterService.cpp1842 static JNINativeMethod sMethods[] = { variable
1889 env, "com/android/bluetooth/btservice/AdapterService", sMethods, in register_com_android_bluetooth_btservice_AdapterService()
1890 NELEM(sMethods)); in register_com_android_bluetooth_btservice_AdapterService()
Dcom_android_bluetooth_gatt.cpp2516 static JNINativeMethod sMethods[] = { variable
2601 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
/packages/apps/Nfc/nci/jni/
DRoutingManager.h120 static const JNINativeMethod sMethods[]; variable
DRoutingManager.cpp38 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager
1140 e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, in registerJniFunctions()
1141 NELEM(sMethods)); in registerJniFunctions()