1.binder机制关系图
2.binder驱动简单描述
binder机制 binder机制3.client如果想要获得Service Manager远程接口,却不必通过进程间通信机制来获得,因为Service Manager远程接口是一个特殊的binder引用,其引用句柄一定为0
binder机制4.Binder的三层结构
binder机制5.类BBinder
binder机制6.类BpRefBase
类模板BpInterface继承于类BpRefBase,起到代理作用。BpRefBase以上是业务逻辑(要实现什么功能),BpRefBase以下是数据传输(通过binder如何将功能实现)。
binder机制7.类IPCThreadState
binder机制 binder机制 binder机制
网友评论