- 博客(9)
- 收藏
- 关注
转载 Android Interprocess Communication(三)
6. Example IPC Message Flow6.1. Testing EnvironmentWe used two testing apps running on a virtual device. The first one was an modified example1, ...
2014-10-08 20:49:00
171
转载 Android Interprocess Communication(二)
4. BinderThis chapter explains what the Binder is and what its capabilities are. The explanation covers an abstract level, without going into impl...
2014-10-08 20:27:00
302
转载 Android Interprocess Communication(一)
AbstractThis paper is an analysis of the interprocess communication in Android mobile operating system, provided by a custom software called Binde...
2014-10-08 19:51:00
203
转载 Android Binder IPC分析
1. binder 通信概述binder 通信是一种client-server 的通信结构,1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用;2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的;3. clie...
2014-09-28 21:51:00
155
转载 15 LESSONS FROM 15 YEARS OF BLOGGING
This summer marked 15 years since I first started blogging here, and I'm happier than ever that I've chosen to live so much of my life in this pla...
2014-09-28 09:06:00
159
转载 Android Binder设计与实现 - 设计篇(二)
承接上文 5 Binder的表述 考察一次Binder通信的全过程会发现,Binder存在于系统以下几个部分中: · 应用程序进程:分别位于Server进程和Client进程中 · Binder驱动:分别管理为Server端的Binder实体和Client端的引用...
2014-09-26 00:39:00
90
转载 Android Binder设计与实现 - 设计篇(一)
摘要 Binder是Android系统进程间通信(IPC)方式之一。Linux已经拥有管道,system V IPC,socket等IPC手段,却还要倚赖Binder来实现进程间通信,说明Binder具有无可比拟的优势。深入了解Binder并将之与传统IPC做对比有助于我们深入领会进程...
2014-09-26 00:37:00
88
转载 Android深入浅出之Binder机制(二)
承接上文2.6 MediaPlayerService那下面我们看看后续又干了什么?以MediaPlayerService为例。它位于framework\base\media\libmediaplayerservice\libMediaPlayerService.cpp<!-- l...
2014-09-26 00:30:00
159
转载 Android深入浅出之Binder机制(一)
一、 说明Android系统最常见也是初学者最难搞明白的就是Binder了,很多很多的Service就是通过Binder机制来和客户端通讯交互的。所以搞明白Binder的话,在很大程度上就能理解程序运行的流程。我们这里将以MediaService的例子来分析Binder的使用:Ser...
2014-09-25 23:23:00
117
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人