/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/apps/Bluetooth/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 222 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()
|
D | com_android_bluetooth_pan.cpp | 234 static JNINativeMethod sMethods[] = { variable 247 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
|
D | com_android_bluetooth_hearing_aid.cpp | 222 static JNINativeMethod sMethods[] = { variable 235 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
|
D | com_android_bluetooth_hid_device.cpp | 501 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()
|
D | com_android_bluetooth_hid_host.cpp | 501 static JNINativeMethod sMethods[] = { variable 520 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid_host()
|
D | com_android_bluetooth_a2dp.cpp | 476 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()
|
D | com_android_bluetooth_sdp.cpp | 498 static JNINativeMethod sMethods[] = { variable 520 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
|
D | com_android_bluetooth_hfpclient.cpp | 822 static JNINativeMethod sMethods[] = { variable 851 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_avrcp_target.cpp | 804 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()
|
D | com_android_bluetooth_hfp.cpp | 920 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()
|
D | com_android_bluetooth_avrcp_controller.cpp | 1209 static JNINativeMethod sMethods[] = { variable 1235 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 1240 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()
|
D | com_android_bluetooth_gatt.cpp | 2137 static JNINativeMethod sMethods[] = { variable 2222 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
|
/packages/apps/Nfc/nci/jni/ |
D | RoutingManager.cpp | 38 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager 1003 e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, in registerJniFunctions() 1004 NELEM(sMethods)); in registerJniFunctions()
|
D | RoutingManager.h | 117 static const JNINativeMethod sMethods[]; variable
|