开发者

android binder driver

开发者 https://www.devze.com 2023-03-17 12:48 出处:网络
I am trying to read Android source code to learn about binder, but I am not able to find the part of binder driver as described开发者_运维技巧 in the Android system architecture. Any idea where the bi

I am trying to read Android source code to learn about binder, but I am not able to find the part of binder driver as described开发者_运维技巧 in the Android system architecture. Any idea where the binder code resides in Android source?


The binder driver can be found in the kernel source code:

It's location can vary depending on the source code you have access to. It is usually at :

/kernel/drivers/misc/binder.c

Other binder reading :

  • Presentation on binders
  • Interview with Dianne
0

精彩评论

暂无评论...
验证码 换一张
取 消