• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

aidl/android/media/H12-Dec-2023-407

include/media/H12-Dec-2023-10824

Android.bpH A D12-Dec-20231.8 KiB8075

OWNERSH A D12-Dec-202356 43

README.mdH A D12-Dec-2023398 65

ShmemCompat.cppH A D12-Dec-20234 KiB12683

ShmemTest.cppH A D12-Dec-20234.1 KiB12091

ShmemUtil.cppH A D12-Dec-20231.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.