I want to call the maybeStartIpManager
function in EthernetNetworkFactory file in AOSP from a C file in the wpa_supplicant project. I found many examples of how Java services use binder to access code written in C. How can I use binder to achieve what I want? Is there an alternative other than using binder as a solution for my situation?
Asked
Active
Viewed 46 times
0

Vidura Yashan
- 81
- 5
-
i see a problem in your code – Oct 03 '19 at 13:42
-
Welcome to Stack Overflow. Currently I don't believe your question is specific enough to be answered. If you could edit it to include what you've tried and what isn't working that would help. – Oct 03 '19 at 13:57
-
Hi @bbnumber2. I edited the question. Let me know if it is still not clear. Sorry for the inconvenience – Vidura Yashan Oct 03 '19 at 14:59