Hello,
On AOSP android build, using your imx8mm evk.
We have 2 part of the puzzle,
We would like to surpass the SurfaceFlinger activity for the purpose and communicate directly between our 2 parts (the native code of our application and our kernel module).
Please advise how can we do it?
Hi
Thinking about how to realize that in just Linux, you can do all operations in JNI (like in linux)
You can using open() to open the kernel module in native code.Then you can communicate module and native code.
BR
Zhiming