10:45 AM Sunday Room: Rendezvous
This is first talk in a 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 ??