android13/frameworks/av/media/libshmem
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
aidl/android/media initial 2024-06-22 20:45:49 +08:00
include/media initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
ShmemCompat.cpp initial 2024-06-22 20:45:49 +08:00
ShmemTest.cpp initial 2024-06-22 20:45:49 +08:00
ShmemUtil.cpp initial 2024-06-22 20:45:49 +08:00

README.md

libshmem

This library provides facilities for sharing memory across processes over (stable) AIDL. The main feature is the definition of the android.media.SharedMemory AIDL type, which represents a block of memory that can be shared between processes. In addition, a few utilities are provided to facilitate the use of shared memory and to integrate with legacy code that uses older facilities.