Basically I need to use shared memory. From this example, I understood that i need to use binders to pass the fd between 2 processes to be able to use shared memory.
But my application is in C. So, is there a C interface for using android binders?
Basically I need to use shared memory. From this example, I understood that i need to use binders to pass the fd between 2 processes to be able to use shared memory.
But my application is in C. So, is there a C interface for using android binders?