index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
hardware
/
HardwareBuffer.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-09-14
Use buffer size for NativeAllocationRegistry instead of a fixed value
chaviw
2020-03-18
MediaCodec: address API review #2
Wonsik Kim
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-06-17
Remove @Deprecated && @removed hardware methods.
Kweku Adams
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-20
Add some @IntRange
John Reck
2019-01-30
Replace createHardwareBitmap with wrapHardwareBuffer.
Peiyong Lin
2019-01-25
Fix ImageReader#newInstace with usage
John Reck
2018-09-14
Move some members to the "Q blacklist".
Mathew Inwood
2018-08-08
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-01-19
Add new HardwareBuffer usages and formats.
Craig Donner
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-08
Switch @IntDef from long to int, and add @LongDef
Tor Norbye
2017-04-28
Plumb gralloc producer/consumer bits correctly
Mathias Agopian
2017-04-20
Update HardwareBuffer API.
Craig Donner
2017-02-15
Add RGBA 10:10:10:2 format for surfaces
Romain Guy
2017-01-24
Add support for BLOB format to HardwareBuffer.
Craig Donner
2017-01-20
Adding HardwareBuffer, a Java wrapper around AHardwareBuffer.
Craig Donner