• Home
Name Date Size #Lines LOC

..--

aidl/android/media/03-May-2024-407

include/media/03-May-2024-10824

Android.bpD03-May-20241.8 KiB8075

OWNERSD03-May-202456 43

README.mdD03-May-2024398 65

ShmemCompat.cppD03-May-20244 KiB12683

ShmemTest.cppD03-May-20244.1 KiB12091

ShmemUtil.cppD03-May-20241.1 KiB4519

README.md

1# libshmem
2
3This library provides facilities for sharing memory across processes over (stable) AIDL. The main
4feature is the definition of the `android.media.SharedMemory` AIDL type, which represents a block of
5memory that can be shared between processes. In addition, a few utilities are provided to facilitate
6the use of shared memory and to integrate with legacy code that uses older facilities.