NDK-Socket-IPC icon indicating copy to clipboard operation
NDK-Socket-IPC copied to clipboard

Android NDK IPC using AHardwareBuffer, SharedMem, and Unix Sockets

Results 2 NDK-Socket-IPC issues
Sort by recently updated
recently updated
newest added

I tried to copy-paste the code of the UDS server part and test it on Android 10 (device: Note20 Ultra), and got the error: `bind Read-only file system`. ``` minSdkVersion...

You need to call AHardwareBuffer_release(h_buffer) on the receiver to release the hardware buffer otherwise the receiver runs out of file descriptors and will stop working after receiving a limited quantity...