/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_avrcp_controller.cpp | 186 static JNINativeMethod sMethods[] = { variable 197 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp_controller()
|
D | com_android_bluetooth_a2dp.cpp | 234 static JNINativeMethod sMethods[] = { variable 245 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_a2dp()
|
D | com_android_bluetooth_a2dp_sink.cpp | 240 static JNINativeMethod sMethods[] = { variable 251 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_a2dp_sink()
|
D | com_android_bluetooth_pan.cpp | 237 static JNINativeMethod sMethods[] = { variable 251 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
|
D | com_android_bluetooth_hdp.cpp | 269 static JNINativeMethod sMethods[] = { variable 282 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hdp()
|
D | com_android_bluetooth_avrcp.cpp | 418 static JNINativeMethod sMethods[] = { variable 437 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_avrcp()
|
D | com_android_bluetooth_hid.cpp | 500 static JNINativeMethod sMethods[] = { variable 517 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hid()
|
D | com_android_bluetooth_sdp.cpp | 560 static JNINativeMethod sMethods[] = { variable 582 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_sdp()
|
D | com_android_bluetooth_hfpclient.cpp | 593 static JNINativeMethod sMethods[] = { variable 619 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_hfp.cpp | 823 static JNINativeMethod sMethods[] = { variable 847 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hfp()
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 1153 static JNINativeMethod sMethods[] = { variable 1189 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_AdapterService()
|
D | com_android_bluetooth_gatt.cpp | 1841 static JNINativeMethod sMethods[] = { variable 1892 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_gatt()
|
/packages/apps/Nfc/nci/jni/ |
D | RoutingManager.cpp | 37 const JNINativeMethod RoutingManager::sMethods [] = member in RoutingManager 575 …terNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods)); in registerJniFunctions()
|
D | RoutingManager.h | 80 static const JNINativeMethod sMethods []; variable
|