Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
aidl/android/media/ | 03-May-2024 | - | 40 | 7 | ||
include/media/ | 03-May-2024 | - | 108 | 24 | ||
Android.bp | D | 03-May-2024 | 1.8 KiB | 80 | 75 | |
OWNERS | D | 03-May-2024 | 56 | 4 | 3 | |
README.md | D | 03-May-2024 | 398 | 6 | 5 | |
ShmemCompat.cpp | D | 03-May-2024 | 4 KiB | 126 | 83 | |
ShmemTest.cpp | D | 03-May-2024 | 4.1 KiB | 120 | 91 | |
ShmemUtil.cpp | D | 03-May-2024 | 1.1 KiB | 45 | 19 |
README.md
1# libshmem 2 3This library provides facilities for sharing memory across processes over (stable) AIDL. The main 4feature is the definition of the `android.media.SharedMemory` AIDL type, which represents a block of 5memory that can be shared between processes. In addition, a few utilities are provided to facilitate 6the use of shared memory and to integrate with legacy code that uses older facilities.