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.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
aidl/android/media Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
include/media Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
Android.bp Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
OWNERS Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
ShmemCompat.cpp Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
ShmemTest.cpp Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
ShmemUtil.cpp Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years 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.