/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_keyboard_ProximityInfo.cpp | 46 static const JNINativeMethod sMethods[] = { variable 61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_ProximityInfo()
|
D | com_android_inputmethod_latin_DicTraverseSession.cpp | 58 static const JNINativeMethod sMethods[] = { variable 78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_DicTraverseSession()
|
D | com_android_inputmethod_latin_BinaryDictionaryUtils.cpp | 82 static const JNINativeMethod sMethods[] = { variable 103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionaryUtils()
|
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 619 static const JNINativeMethod sMethods[] = { variable 742 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionary()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 158 static JNINativeMethod sMethods[] = { variable 169 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_BluetoothKeystore()
|
D | com_android_bluetooth_btservice_ActivityAttribution.cpp | 188 static JNINativeMethod sMethods[] = { variable 202 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_activity_attribution()
|
D | com_android_bluetooth_pan.cpp | 216 static JNINativeMethod sMethods[] = { variable 227 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
|
D | com_android_bluetooth_hearing_aid.cpp | 219 static JNINativeMethod sMethods[] = { variable 232 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
|
D | com_android_bluetooth_a2dp_sink.cpp | 244 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()
|
D | com_android_bluetooth_csip_set_coordinator.cpp | 282 static JNINativeMethod sMethods[] = { variable 294 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_csip_set_coordinator()
|
D | com_android_bluetooth_hid_device.cpp | 498 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()
|
D | com_android_bluetooth_hid_host.cpp | 507 static JNINativeMethod sMethods[] = { variable 526 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid_host()
|
D | com_android_bluetooth_vc.cpp | 542 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()
|
D | com_android_bluetooth_a2dp.cpp | 503 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()
|
D | com_android_bluetooth_hap_client.cpp | 619 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()
|
D | com_android_bluetooth_sdp.cpp | 511 static JNINativeMethod sMethods[] = { variable 533 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
|
D | com_android_bluetooth_avrcp_target.cpp | 903 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()
|
D | com_android_bluetooth_hfpclient.cpp | 913 static JNINativeMethod sMethods[] = { variable 944 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_hfp.cpp | 952 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()
|
D | com_android_bluetooth_avrcp_controller.cpp | 1285 static JNINativeMethod sMethods[] = { variable 1312 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
|
D | com_android_bluetooth_le_audio.cpp | 545 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()
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 1842 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()
|
D | com_android_bluetooth_gatt.cpp | 2516 static JNINativeMethod sMethods[] = { variable 2601 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
|
/packages/apps/Nfc/nci/jni/ |
D | RoutingManager.h | 120 static const JNINativeMethod sMethods[]; variable
|
D | RoutingManager.cpp | 38 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager 1140 e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, in registerJniFunctions() 1141 NELEM(sMethods)); in registerJniFunctions()
|