summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-9.0.0_r54' into staging/lineage-16.0_merge-android-9.0.0_r54lineage-16.0Kevin F. Haggerty2020-03-029-79/+196
|\
| * Restrict Automerge: Fix reinterpret_cast security bugValerie Hau2020-01-249-106/+243
* | Merge tag 'android-9.0.0_r53' into staging/lineage-16.0_merge-android-9.0.0_r53Kevin F. Haggerty2020-02-032-48/+4
|\|
| * Don't leak input events to dumpsys on user buildsAshwini Oruganti2019-12-161-48/+2
| * Resize object capacity when shrinking ParcelMichael Wachenschwanz2019-12-161-0/+2
* | Merge tag 'android-9.0.0_r52' into staging/lineage-16.0_merge-android-9.0.0_r52Kevin F. Haggerty2020-01-061-1/+2
|\|
| * Sensor: use FlattenableUtils::alignSteven Moreland2019-11-071-1/+2
| * Fix race between SensorManager ctor and callbackBrian Duddie2019-07-121-1/+1
| * Free mObjects if no objects left to realloc on resizeMichael Wachenschwanz2019-07-121-4/+10
| * libbinder: Status: check dataPosition sets.Steven Moreland2019-06-101-2/+29
| * libbinder: readCString: no ubsan sub-overflowSteven Moreland2019-06-101-2/+2
| * [RESTRICT AUTOMERGE] SurfaceFlinger: Indicate whether we have captured secure...Robert Carr2019-06-108-27/+56
| * Revert "[RESTRICT AUTOMERGE] SurfaceFlinger: Indicate whether we have capture...Nikoli Cartagena2019-06-108-56/+27
| * [RESTRICT AUTOMERGE] SurfaceFlinger: Indicate whether we have captured secure...Robert Carr2019-05-108-27/+56
| * Zero-initialize HIDL structs before passingPawin Vongmasa2019-05-101-2/+2
| * [RESTRICT AUTOMERGE]: Exclude secure layers from most screenshots taken by th...Robert Carr2019-05-109-12/+145
| * Sanitize InputMessage before sendingSiarhei Vishniakou2019-01-143-2/+120
| * libui: add boundary check to GraphicBuffer::unflattenChia-I Wu2018-10-161-0/+4
* | Add dalvik-heap device-configs for 4/6GB devicesLokesh Gidra2019-12-233-1/+51
* | Fix race between SensorManager ctor and callbackBrian Duddie2019-09-041-1/+1
* | Free mObjects if no objects left to realloc on resizeMichael Wachenschwanz2019-09-041-4/+10
* | Fix build errorJiyong Park2019-08-111-3/+3
* | SF : Map metadata before accessing value.Archit Srivastava2019-08-111-6/+3
* | SF: Add support for 64 bit consumer usage flagSaurabh Dubey2019-08-115-12/+9
* | sf: Do not black out HDR layerMohan Pallaka2019-08-114-1/+17
* | Exsf: Add hardware hdr capability checkRamakant Singh2019-08-112-1/+7
* | SurfaceFlinger: Exclude CAF extensions from non-QC devicesjhenrique092019-08-112-10/+57
* | SF : Include display Intf headers libraryUday Kiran Pichika2019-08-112-12/+1
* | SurfaceFlinger: Combine SF Refactor changes.Saurabh Dubey2019-08-1118-14/+765
* | Merge tag 'android-9.0.0_r46' into staging/lineage-16.0_merge-android-9.0.0_r46Kevin F. Haggerty2019-08-052-4/+31
|\ \
| * \ Merge cherrypicks of [7982564, 7982192, 7982565, 7981411, 7982522, 7982682, 7...android-build-team Robot2019-06-112-4/+31
| |\ \
| | * | libbinder: Status: check dataPosition sets.Steven Moreland2019-06-111-2/+29
| | * | libbinder: readCString: no ubsan sub-overflowSteven Moreland2019-06-111-2/+2
| |/ /
* | | media: Add support for level 6-6.2 for AVCVaibhav Deshu Venkatesh2019-07-212-0/+6
* | | Merge remote-tracking branch 'aosp/pie-gsi' into lineage-16.0-pie-gsiLuca Stefani2019-07-135-13/+91
|\ \ \
| * \ \ Merge "[SF] Fix unittest crash" into pie-gsiTreehugger Robot2019-06-041-5/+19
| |\ \ \
| | * | | [SF] Fix unittest crashLloyd Pique2019-06-031-5/+19
| |/ / /
| * | | Merge "Snap for 5450365 from 94c1d740cfe001e5faf62d3c447c4e1e9f4aa325 to pi-p...Android Merger2019-05-131-1/+1
| |\ \ \
| | * | | Snap for 5450365 from 94c1d740cfe001e5faf62d3c447c4e1e9f4aa325 to pi-platform...android-build-team Robot2019-05-131-1/+1
| |/| | |
| | * | | Snap for 5450365 from 94c1d740cfe001e5faf62d3c447c4e1e9f4aa325 to pi-platform...android-build-team Robot2019-05-071-1/+1
| | |\ \ \
| * | \ \ \ Merge "Fix the source crop for screenshots for notch hide" into pie-gsiTreehugger Robot2019-04-131-8/+20
| |\ \ \ \ \
| | * | | | | Fix the source crop for screenshots for notch hideAlec Mouri2019-04-101-8/+20
| |/ / / / /
| * | | | | Merge changes from topic "RenderArea-pie-gsi" into pie-gsiTreehugger Robot2019-03-2512-189/+255
| |\ \ \ \ \
| | * | | | | Respect source crop when capturing layers.Alec Mouri2019-03-251-4/+0
| | * | | | | libgui: add docs to geometry states and captureScreenChia-I Wu2019-03-252-2/+33
| | * | | | | surfaceflinger: fix captureScreen for landscape LCMChia-I Wu2019-03-252-5/+15
| | * | | | | surfaceflinger: improve RenderArea needsFilteringChia-I Wu2019-03-255-29/+23
| | * | | | | surfaceflinger: respect install orientation in DisplayRenderAreaChia-I Wu2019-03-252-57/+66
| | * | | | | surfaceflinger: add install orientation to DisplayDeviceChia-I Wu2019-03-254-8/+16
| | * | | | | surfaceflinger: make mPrimaryDisplayOrientation staticChia-I Wu2019-03-254-18/+17