frameworks/av/media/libshmem/README.md

6 lines
398 B
Markdown
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
# 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.