Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e63b7f28 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Clarify docs a bit" into oc-mr1-dev

am: 7d203f39

Change-Id: I43153608f5d17d0c82136c34e2282d567dee13b9
parents 68871a48 7d203f39
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ extern "C" {
 * \param env The JNIEnv* pointer
 * \param sharedMemory The Java android.os.SharedMemory object
 * \return file descriptor that denotes the shared memory; -1 if the shared memory object is
 *      already closed or if the JNIEnv or jobject is NULL.
 *      already closed, if the JNIEnv or jobject is NULL, or if there are too many open file
 *      descriptors (errno=EMFILE)
 */
int ASharedMemory_dupFromJava(JNIEnv* env, jobject sharedMemory);