/packages/inputmethods/LatinIME/native/jni/ |
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_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_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_btservice_BluetoothKeystore.cpp | 158 static JNINativeMethod sMethods[] = { variable 169 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_BluetoothKeystore()
|
D | com_android_bluetooth_hearing_aid.cpp | 221 static JNINativeMethod sMethods[] = { variable 234 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
|
D | com_android_bluetooth_pan.cpp | 233 static JNINativeMethod sMethods[] = { variable 246 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
|
D | com_android_bluetooth_a2dp_sink.cpp | 244 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()
|
D | com_android_bluetooth_hid_device.cpp | 500 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()
|
D | com_android_bluetooth_hid_host.cpp | 509 static JNINativeMethod sMethods[] = { variable 528 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid_host()
|
D | com_android_bluetooth_a2dp.cpp | 508 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()
|
D | com_android_bluetooth_sdp.cpp | 497 static JNINativeMethod sMethods[] = { variable 519 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
|
D | com_android_bluetooth_hfpclient.cpp | 839 static JNINativeMethod sMethods[] = { variable 868 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_avrcp_target.cpp | 811 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()
|
D | com_android_bluetooth_hfp.cpp | 919 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()
|
D | com_android_bluetooth_avrcp_controller.cpp | 1287 static JNINativeMethod sMethods[] = { variable 1314 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 1335 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()
|
D | com_android_bluetooth_gatt.cpp | 2136 static JNINativeMethod sMethods[] = { variable 2221 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
|
/packages/apps/Nfc/nci/jni/ |
D | RoutingManager.h | 118 static const JNINativeMethod sMethods[]; variable
|
D | RoutingManager.cpp | 38 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager 1052 e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, in registerJniFunctions() 1053 NELEM(sMethods)); in registerJniFunctions()
|