summaryrefslogtreecommitdiff
path: root/core/jni/android_os_MemoryFile.cpp
AgeCommit message (Expand)Author
2020-06-23Update to use nativehelper/JNIPlatformHelp.hOrion Hodson
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5...Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2017-06-28Add SharedMemory APIJohn Reck
2014-11-21Frameworks/base: Consistency in core/jniAndreas Gampe
2014-01-16Fix error checking in MemoryFile.Narayan Kamath
2014-01-10AArch64: Use long for pointers in android/os/MemoryFileAshok Bhat
2011-04-12More native code cleanup.Elliott Hughes
2010-01-04Don't round size to page size. Ashmem will do this internally as needed.Marco Nelissen
2009-06-17MemoryFile.isMemoryFile was internally determining the length ofMarco Nelissen
2009-06-03Allow creating AssetFileDescriptors for MemoryFiles.Bjorn Bringert
2009-06-02Use JNI region calls in MemoryFile read and write.Bjorn Bringert
2009-05-29Unmap memory in MemoryFile.close().Bjorn Bringert
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project