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
The is #3 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 ??