Binder IPC 完整路径
2021-04-13 23:30:04 0 举报
Binder IPC 完整路径
作者其他创作
大纲/内容
IExample.Stub
Binder 接口继承层次结构
print(\"hello\")
IExample
ioctl()
onTransact({print hello})
IExample.Proxy
Binder
IBinder
内核
transact({print hello})
Container
binder_modele
进程 2
进程 1
基于 AIDL 的 Binder IPC 的完整路径
package com.exampleinteface IExample{void print(String msg)}
0 条评论
下一页