
Binder
SwallowJoe
君子知命不惧,日日自新
展开
-
Binder(4)--binder驱动的加载.md
参考资料简介一. Linux内核init call过程1.1 android/kernel/msm-4.9/init/main.c1.2 android/kernel/msm-4.9/init/main.c:kernel_init_freeable1.3 android/kernel/msm-4.9/init/main.c:do_initcall_level二. binder驱动的初始化2.1 binder.c:binder_init2.1.1 操作函数的定义2.1.2 DE..原创 2020-12-19 15:05:10 · 1628 阅读 · 3 评论 -
Binder(3)--sayHello之ioctl.md
参考资料简介一. IBinder.transact1.1 BinderProxy.transact1.2 android_util_Binder#android_os_BinderProxy_transact1.3 BpBinder#transact1.4 IPCThreadState#transact1.4.1 IPCThreadState#writeTransactionData1.5 IPCThreadState#waitForResponse1.6 IPCThreadS..原创 2020-12-19 15:04:16 · 339 阅读 · 1 评论 -
Binder(2)--sayHello之BinderProxy的创建过程.md
参考资料简介一. asInterface方法1.1 IDemoInterface.Stub.asInterface1.2 Binder.queryLocalInterface1.3 创建IDemoInterface.Stub.Proxy对象二. sayHello2.1 Proxy.sayHello2.2 BinderProxy.transact2.3 android_util_Binder.cpp#android_os_BinderProxy_transact2.3.1 a..原创 2020-11-20 21:07:30 · 1006 阅读 · 1 评论 -
Binder(1)--App使用Binder通信.md
参考资料简介一. 在App之间使用Binder通信1.1 创建Interface1.2 实现服务端接口1.3 客户端调用相关类图二. 通信过程2.1 Client=>ContextImpl.bindService2.1.1 LoadedApk.getServiceDispatcher2.2 SytemServer=>AMS.bindIsolatedService2.3 Client=>LoadedApk.ServiceDispatcher.Inner..原创 2020-11-19 21:20:12 · 659 阅读 · 0 评论