summaryrefslogtreecommitdiff
path: root/core/java/android/os/MemoryFile.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2017-08-07SharedMemory API changesJohn Reck
2017-06-29Fix memory file constructorJohn Reck
2017-06-28Add SharedMemory APIJohn Reck
2014-04-08Don't allow MemoryFiles of negative length.Narayan Kamath
2014-01-10AArch64: Use long for pointers in android/os/MemoryFileAshok Bhat
2011-03-24Fix MemoryFile's output stream to advance.Jesse Wilson
2010-08-18New API and implementation of DB and memory-backed FDsBjorn Bringert
2010-03-23Maybe fix #2422586: Native crash in android_os_Parcel_closeFileDescriptor()Dianne Hackborn
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-03Handle EOF correctly in MemoryFile input stream.Bjorn Bringert
2009-06-03Allow creating AssetFileDescriptors for MemoryFiles.Bjorn Bringert
2009-05-29Unmap memory in MemoryFile.close().Bjorn Bringert
2009-05-29MemoryFile constructor and native methods throw IOExceptions.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