You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
aidl/android/media v811_spc009_project 4 months ago
include/media v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
ShmemCompat.cpp v811_spc009_project 4 months ago
ShmemTest.cpp v811_spc009_project 4 months ago
ShmemUtil.cpp v811_spc009_project 4 months ago

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.