commit | 67dcc69b8488a6802005438216120884e01bea84 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Mon Nov 27 14:51:06 2017 -0800 |
committer | Chia-I Wu <olv@google.com> | Mon Dec 11 11:11:27 2017 -0800 |
tree | 389fe489125c22906a77497ec413a02ce7e5afd8 | |
parent | da5c730799cb60dfb9d64f31a5f59dc892fe0ce0 [diff] |
surfaceflinger: move all SurfaceFlingerConsumer data members Move them and related methods to the base class, BufferLayerConsumer. This also moves the latching of mTransformToDisplayInverse and mSurfaceDamage from acquireBufferLocked to updateAndReleaseLocked, where LayerRejecter might reject the buffer and return early. Test: boots Change-Id: Ib76e8f42a9f9dbe807ba8b335746de561dd98851