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