Silicon Valley Code Camp : October 13 & 14, 2018session
Android Device Drivers: Deep Dive into Android Kernel
In this session we will cover from basics of Linux to implementing ,building and loading an android binder like character device driver which can do IPC (Inter process communication)
About This Session
This is 2nd Talk in 3-talk track on Android Device Drivers.
Android is a Linux-based architecture. In addition to the original Linux driver, Android need other additional device driver, like Android Logger, Binder, Low Memory killer, Power Management for android(wakelock), ASHMEM, etc out of which ashmem ,logger and binder are all character device drivers.
How about understanding one such driver and implementing our own driver ??