当前位置:网站首页>Binder communication process and servicemanager creation process
Binder communication process and servicemanager creation process
2022-07-05 13:19:00 【51CTO】
Binder Communication process
1. First , A process uses BINDER_SET_CONTEXT_MGR Command to pass Binder The driver registers itself as ServiceManager
2.Server Drive to ServiceManager Register in Binder(Server Medium Binder Entity ), Indicates that services can be provided externally . The driver is this Binder Create entity nodes located in the kernel and ServiceManager References to entities , Package and pass the name and the new reference to ServiceManager,ServiceManger Fill it in the lookup table .
3.Client By name , stay Binder With the help of drive from ServiceManager Get a pair of Binder References to entities , Through this reference, and Server Process communication .
Binder Agent mode of communication
When A The process wants to get B In process object when , Driving doesn't really put object Return to A, But back to a heel object It looks as like as two peas objectProxy, This objectProxy With and object The same way , But these methods do not B In progress object The ability to target those methods , These methods only need to give the request parameters to the driver . about A Process and direct call object The method in is the same .
When Binder The driver receives A After the process message , Find out this is a objectProxy Just check the form you maintain , A search revealed that it was B process object Proxy object of . So I'll call B Process call object Methods , And ask the B The process sends the returned result to itself . When the driver gets B The return result of the process will be forwarded to A process , One communication is done .
ServiceManager The process starts
1.ServiceManager Become Binder managers
First, in the android When the system starts up, it passes init.rc Launched the servicemanager(Native process ) Executable process , The system really ServieManager Management finally passed Native process servicemanager To complete . Next, the analysis is in main That's what's done in the function :
1.binder_open(128*1024) By opening the /dev/binder The device node returns fd File descriptor , adopt mmap Final realization binder drive 128K Memory mapping of size
2.binder_become_context_manager(bs) adopt ioctl Send to the device node BINDER_SET_CONTEXT_MGR Order notice Binder Drive as servicemanager Create a special invariant 0 Handle entity binder_node:binder_context_mgr_node
3.Binder_loop(bs,svcmgr_handler) adopt iotcl send out BINDER_WRITE_READ Command and carry BC_ENTER_LOOPER Request an order to inform Binder The driver created binder Main thread and make binder The driver creates the corresponding binder_thread The structure is stored in binder_proc in , And pass for Cycle into cycle read binder Drive the circular flow of returned information 
ServiceManager(native process ) Finally, get binder Drive device node fd Address , And binder Drive memory mapping ( Virtual memory and physical memory mapping ), Turn on binder The main thread reads circularly binder Drive the returned message and become the server ;
After becoming a server, it can continuously receive information from the client ( Server side And clients are collectively referred to as clients ) Of binder Request communication ,ServiceManager(native process ) Complete the registration of other services and save binder Driver created binder Handle value and service name string , Ensure that the client obtains other service reference handles through the string ; thus ServiceManager(native process ) by binder managers ( A bridge between service registration and acquisition ).
2. Client pass ServiceManager Access to services
User processes need and ServiceManager(native process ) Process of communication ,ServiceManager After receiving the request, the process responds
1. The first step of the user process is to instantiate ServiceManager Binder Proxy agent 
adopt BinderInternal.getContextObject() The handle value obtained by the call is 0 Of BpBinder native object , Finally through javaObjectForIbinder() Functional jni Convert to BinderProxy Class object is actually filled with this class mObject The object is ServiceManager Binder The reference of the object encapsulates the object , therefore SMN Can pass asInterface Complete the agency Proxy Instantiation
边栏推荐
- JPA规范总结和整理
- Flutter draws animation effects of wave movement, curves and line graphs
- UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xe6 in position 76131: invalid continuation byt
- SAP ui5 objectpagelayout control usage sharing
- Reflection and imagination on the notation like tool
- PyCharm安装第三方库图解
- 数据湖(七):Iceberg概念及回顾什么是数据湖
- Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
- Go string operation
- 解决uni-app配置页面、tabBar无效问题
猜你喜欢

爱可生SQLe审核工具顺利完成信通院‘SQL质量管理平台分级能力’评测

jenkins安装
![[深度学习论文笔记]UCTransNet:从transformer的通道角度重新思考U-Net中的跳跃连接](/img/b6/f9da8a36167db10c9a92dabb166c81.png)
[深度学习论文笔记]UCTransNet:从transformer的通道角度重新思考U-Net中的跳跃连接

《2022年中國銀行業RPA供應商實力矩陣分析》研究報告正式啟動

Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?

百度杯”CTF比赛 2017 二月场,Web:爆破-2

uni-app开发语音识别app,讲究的就是简单快速。

DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告

什么是网络端口

CAN和CAN FD
随机推荐
一文详解ASCII码,Unicode与utf-8
Word document injection (tracking word documents) incomplete
restTemplate详解
解决uni-app配置页面、tabBar无效问题
Jenkins installation
MSTP and eth trunk
mysql econnreset_ Nodejs socket error handling error: read econnreset
RHCSA9
量价虽降,商业银行结构性存款为何受上市公司所偏爱?
Solve Unicode decodeerror: 'GBK' codec can't decode byte 0xa2 in position 107
【Hot100】34. 在排序数组中查找元素的第一个和最后一个位置
Difference between avc1 and H264
Navigation property and entityset usage in SAP segw transaction code
百日完成国产数据库opengausss的开源任务--openGuass极简版3.0.0安装教程
Yyds dry goods inventory # solve the real problem of famous enterprises: move the round table
Reflection and imagination on the notation like tool
初次使用腾讯云,解决只能使用webshell连接,不能使用ssh连接。
Shuttle INKWELL & ink components
Laravel document reading notes -mews/captcha use (verification code function)
《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动