aosp12/frameworks/av/media/libshmem
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
aidl/android/media init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
include/media init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ShmemCompat.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ShmemTest.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ShmemUtil.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +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.