您的位置:首页 > 移动开发 > Android开发

android binder机制学习(准备工作)

2015-11-05 18:41 645 查看
1、在线源码网站

http://androidxref.com/

2、或源码阅读工具

android studio

参考:/article/4732872.html

源码获取参考:/article/7990706.html

3、环境

centos7

4、在chrome上增加源码查找的插件

http://blog.blundell-apps.com/add-source-code-links-to-android-apis/

安装好了以后,在页面地址栏敲入 ad 然后按tab就可以使用。

5、github上的openbinder

https://github.com/HaikuArchives/OpenBinder

最原始的地方:

http://www.angryredplanet.com/~hackbod/openbinder/

http://www.angryredplanet.com/~hackbod/openbinder/docs/html/index.html

6、DBus

轻量级的ipc工具

http://dbus.freedesktop.org/doc/api/html/index.html

http://www.freedesktop.org/wiki/Software/dbus/

看人家在3515上的移植:

/article/6020828.html

另外的学习笔记:

http://kb.cnblogs.com/page/76759

android的设计分析:

/article/2095914.html

实现分析:

/article/5110008.html

driver:

/article/2851358.html

源码:

https://android.googlesource.com/kernel/common.git/+/android-3.4/drivers/staging/android/binder.c
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: