summaryrefslogtreecommitdiff
path: root/include/android/sharedmem.h
AgeCommit message (Expand)Author
2023-10-09Regularize formatting of <android/sharedmem.h> docs. Elliott Hughes
2023-09-15s/FD_SETFD/F_SETFD/. Elliott Hughes
2021-04-13Fixing ndk reference doc link errors in a few headers: gfan
2021-02-01Remove __ANDROID_API__ #if checks. Elliott Hughes
2020-09-03Document that ASharedMemory_create fds may or may not be CLOEXEC. Elliott Hughes
2019-11-13Add more details on FD sharing John Reck
2019-11-12sharedmem.h: fix the docs. Elliott Hughes
2018-10-14ashmem: update example code of create shmem region Phong Tran
2018-08-23Restore __ANDROID_API__ guards for core <android/*> APIs Ryan Prichard
2018-08-23Add __INTRODUCED_IN to core <android/*.h> APIs. Elliott Hughes
2018-07-31Fix ASharedMemory doxygen formatting, add availability. Elliott Hughes
2017-05-09docs: Fixed doc comments to enable Doxygen to generate code block correctly. Quddus Chong
2017-02-24Define shared memory NDK API Peng Xu