Android Binder IPC Driver

modulename: binder.ko

configname: CONFIG_ANDROID_BINDER_IPC

Linux Kernel Configuration
└─>Device Drivers
└─>Staging drivers
└─>Android
└─>Android Binder IPC Driver
In linux kernel since version 2.6.29 (release Date: 2009-03-23)  
Binder is used in Android for both communication between processes,
and remote method invocation.

This means one Android process can call a method/routine in another
Android process, using Binder to identify, invoke and pass arguments
between said processes.

source code: