tree: 4e2f9fb12e856c800c8b9733418d61f84e8dbd86 [path history] [tgz]
  1. Android.bp
  2. OWNERS
  3. README.md
  4. ShmemCompat.cpp
  5. ShmemTest.cpp
  6. ShmemUtil.cpp
  7. aidl/
  8. include/
media/libshmem/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.