2

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?

Onik
  • 19,396
  • 14
  • 68
  • 91
Sandeep
  • 18,356
  • 16
  • 68
  • 108
  • cannot you use http://www.cs.cf.ac.uk/Dave/C/node27.html ? – pskink Jul 29 '16 at 10:18
  • No @pskink. Please see this question that i posted yesterday http://stackoverflow.com/questions/38633713/how-to-use-shared-memory-in-android-native-code – Sandeep Jul 29 '16 at 10:37

0 Answers0