replicant-frameworks_native/libs/gui
Andy McFadden 8507586903 Wait for buffers to drain
When a BufferQueue producer disconnects and reconnects, we retain
the previously-queued buffers but empty the slots.  This allows
the number of queued buffers to grow without limit.  The low-memory
killer does not approve.

Bug 11069934

Change-Id: Ia2eaa954c7a3904b54209a3701dba01689e204d8
2013-10-18 23:10:16 +00:00
..
tests Fix build (tests) 2013-09-17 15:55:18 -07:00
Android.mk
BitTube.cpp fix a few problems with BitTube 2013-09-10 21:10:53 -07:00
BufferItemConsumer.cpp
BufferQueue.cpp Wait for buffers to drain 2013-10-18 23:10:16 +00:00
CleanSpec.mk
ConsumerBase.cpp
CpuConsumer.cpp gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired 2013-08-14 20:17:17 -07:00
DisplayEventReceiver.cpp
GLConsumer.cpp GLConsumer: start using EGL_ANDROID_image_crop 2013-10-02 17:34:35 +00:00
GraphicBufferAlloc.cpp
GuiConfig.cpp
IConsumerListener.cpp
IDisplayEventConnection.cpp
IGraphicBufferAlloc.cpp
IGraphicBufferConsumer.cpp fix camera API 2.0 orientation 2013-09-17 23:45:22 -07:00
IGraphicBufferProducer.cpp Make sure do disconnect from a BQ when its client dies. 2013-09-16 16:15:21 -07:00
ISensorEventConnection.cpp Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. 2013-10-09 17:26:01 -07:00
ISensorServer.cpp
ISurfaceComposer.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
ISurfaceComposerClient.cpp
LayerState.cpp
Sensor.cpp Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorEventQueue.cpp Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. 2013-10-09 17:26:01 -07:00
SensorManager.cpp
Surface.cpp Make sure do disconnect from a BQ when its client dies. 2013-09-16 16:15:21 -07:00
SurfaceComposerClient.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
SurfaceControl.cpp Stop using default value for Surface producerControlledByApp parameter 2013-09-16 15:39:55 -07:00
SyncFeatures.cpp