History log of /frameworks/base/core/jni/android_os_SharedMemory.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60cc6c03ff489169a6337f770ff06197ed17263c 26-Aug-2017 Steven Moreland <smoreland@google.com> cpp: use proper nativehelper headers

libnativehelper exports headers under nativehelper. These were
available before incorrectly as global headers in order to give
access to jni.h.

Test: modules using cpp find headers
Bug: 63762847
Change-Id: I34722bb961327b0128703ab925bc86961ca66cb6
/frameworks/base/core/jni/android_os_SharedMemory.cpp
e33e01431b463153007410a9ca592a3d72addd63 27-Jul-2017 Steven Moreland <smoreland@google.com> SharedMemory cpp: use proper nativehelper headers

libnativehelper exports headers under nativehelper. These were
available before incorrectly as global headers in order to give
access to jni.h.

Test: cpp android.os.SharedMemory finds headers
Bug: 63762847
Change-Id: Ib1680c1f0508b457bbe17ca63375a53eeb071a25
/frameworks/base/core/jni/android_os_SharedMemory.cpp
dea6a027610951541981467276d8cd8ba8abc28b 26-May-2017 John Reck <jreck@google.com> Add SharedMemory API

SharedMemory is parcelable and AIDL friendly
and exposes cool things like dropping write permissions
that are useful for shared memory to have.

Also exposes getFileDescriptor() on MemoryFile
since that was necessary to use MemoryFile
with IPC previously and there are a sizeable
number of reflections that access it, so just make
it public.

Test: SharedMemory CTS tests pass

Change-Id: I71a322abf2eb55267d7299a8e41f847339af8b08
/frameworks/base/core/jni/android_os_SharedMemory.cpp