replicant-frameworks_native/include
Dan Stoza 2e36f2283f SurfaceFlinger: Fix PTS on stale buffers
SurfaceFlinger's (Layer's) shadow copy of the BufferQueue queue was
getting out of sync for a few reasons. This change fixes these by
doing the following:

- Adds a check to re-synchronize the shadow copy every time we
  successfully acquire a buffer by first dropping stale buffers before
  removing the current buffer.
- Avoids trying to perform updates for buffers which have been rejected
  (for incorrect dimensions) by SurfaceFlinger.
- Adds IGraphicBufferConsumer::setShadowQueueSize, which allows the
  consumer to notify the BufferQueue that it is maintaining a shadow
  copy of the queue and prevents it from dropping so many buffers
  during acquireBuffer that it ends up returning a buffer for which the
  consumer has not yet received an onFrameAvailable call.

Bug: 20096136
Change-Id: I78d0738428005fc19b3be85cc8f1db498043612f
2015-04-30 15:29:05 -07:00
..
android New keycode definitions for TV remotes. 2014-09-02 13:48:25 -07:00
batteryservice BatteryProperty: Add property ENERGY_COUNTER and 64-bit integer properties 2014-05-16 03:05:11 +00:00
binder am 80e81505: Merge "binder: Add {read,write}Uint32 methods to Parcel" 2014-12-01 19:27:00 +00:00
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui SurfaceFlinger: Fix PTS on stale buffers 2015-04-30 15:29:05 -07:00
input New keycode definitions for TV remotes. 2014-09-02 13:48:25 -07:00
media Revert "omx: add Intel's SemiPlanar OMX color format that is used on some devices" 2015-02-11 09:58:58 -08:00
powermanager Make IPowerManager native conform to .aidl for oneway 2014-09-05 17:12:24 -07:00
private Fix issue #18356768: some app process may hang at Runtime#exit... 2014-11-13 17:09:59 -08:00
ui libgui: Allow an IGBProducer to disable allocation 2015-04-23 15:28:12 -07:00