frameworks/av/media/libshmem
cpeng 69f93dc236 android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
..
aidl/android/media android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
include/media android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
OWNERS android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
README.md android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
ShmemCompat.cpp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
ShmemTest.cpp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
ShmemUtil.cpp android 13 from xiaosuan 2025-08-25 08:17:13 +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.