• Home
Name Date Size #Lines LOC

..--

aidl/android/media/04-Jul-2025-407

include/media/04-Jul-2025-10824

Android.bpD04-Jul-20252 KiB9085

OWNERSD04-Jul-2025169 65

README.mdD04-Jul-2025398 65

ShmemCompat.cppD04-Jul-20254 KiB12683

ShmemTest.cppD04-Jul-20254.1 KiB12091

ShmemUtil.cppD04-Jul-20251.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.