summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/HardwareBuffer.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-14Use buffer size for NativeAllocationRegistry instead of a fixed valuechaviw
2020-03-18MediaCodec: address API review #2Wonsik Kim
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-17Remove @Deprecated && @removed hardware methods.Kweku Adams
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-20Add some @IntRangeJohn Reck
2019-01-30Replace createHardwareBitmap with wrapHardwareBuffer.Peiyong Lin
2019-01-25Fix ImageReader#newInstace with usageJohn Reck
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2018-01-19Add new HardwareBuffer usages and formats.Craig Donner
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-12-08Switch @IntDef from long to int, and add @LongDefTor Norbye
2017-04-28Plumb gralloc producer/consumer bits correctlyMathias Agopian
2017-04-20Update HardwareBuffer API.Craig Donner
2017-02-15Add RGBA 10:10:10:2 format for surfacesRomain Guy
2017-01-24Add support for BLOB format to HardwareBuffer.Craig Donner
2017-01-20Adding HardwareBuffer, a Java wrapper around AHardwareBuffer.Craig Donner