summaryrefslogtreecommitdiff
path: root/core/java/android/os/SharedMemory.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Revert "SharedMemory: break Cleaner reference cycle.""""John Reck2021-09-291-4/+7
* Revert "Revert "Revert "SharedMemory: break Cleaner reference cycle."""Devika Krishnadas2021-09-291-6/+4
* Revert "Revert "SharedMemory: break Cleaner reference cycle.""John Reck2021-09-201-4/+6
* Add SharedMemory.fromFileDescriptorKeun young Park2021-08-201-7/+14
* Allow SharedMemory creation from ParcelFileDescriptorKeun young Park2021-06-041-0/+13
* Add trackingBug to SharedMemory.getFd()Mathew Inwood2020-10-291-1/+1
* Refactor GraphicsStatsService for updateabilityStan Iliev2020-02-071-0/+15
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Revert "SharedMemory: break Cleaner reference cycle."Adam Seaton2019-07-261-6/+4
* SharedMemory: break Cleaner reference cycle.Josh Gao2019-07-251-4/+6
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+2
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* SharedMemory API changesJohn Reck2017-08-071-1/+6
* Address API review commentsJohn Reck2017-08-021-9/+16
* Add SharedMemory APIJohn Reck2017-06-281-0/+351