Ongoing,待完成,Please wait.
Framework Native模块代码
1 | frameworks/base/services/core/jni/ |
1 | frameworks/native/include/android |
1 | frameworks/native/include/input |
1 | frameworks/native/services/inputflinger |
参考文献
[1095/1219] including ./vendor/qcom/proprietary/diag/Android.mk …
build/core/binary.mk:1522: error: vendor/qcom/proprietary/diag/diag_ep/Android.mk: diag_ep: C_INCLUDES must be under the source or output directories: /diag/diag_ep /diag/include /diag/src.
用户态
这两篇文章关注了很多的代码细节:
Android按键事件传递流程(一)
Android按键事件传递流程(二)
将Native层的Input子系统,起到承上启下的功能.连接Kernel 和 Fwk
Android Framework——之Input子系统