summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/HardwareBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* MediaCodec: address API review #2Wonsik Kim2020-03-181-1/+5
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Remove @Deprecated && @removed hardware methods.Kweku Adams2019-06-171-12/+0
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add some @IntRangeJohn Reck2019-02-201-4/+6
* Replace createHardwareBitmap with wrapHardwareBuffer.Peiyong Lin2019-01-301-0/+15
* Fix ImageReader#newInstace with usageJohn Reck2019-01-251-0/+34
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-081-0/+3
* Add new HardwareBuffer usages and formats.Craig Donner2018-01-191-16/+40
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+9
* Switch @IntDef from long to int, and add @LongDefTor Norbye2017-12-081-1/+2
* Plumb gralloc producer/consumer bits correctlyMathias Agopian2017-04-281-39/+34
* Update HardwareBuffer API.Craig Donner2017-04-201-22/+50
* Add RGBA 10:10:10:2 format for surfacesRomain Guy2017-02-151-14/+19
* Add support for BLOB format to HardwareBuffer.Craig Donner2017-01-241-2/+8
* Adding HardwareBuffer, a Java wrapper around AHardwareBuffer.Craig Donner2017-01-201-0/+318