replicant-frameworks_native/include/gui
Lajos Molnar c5d7b7d323 BufferQueue: track buffer-queue by instance vs. by reference
Instead of representing the buffer-queue as a vector of buffer
indices, represent them as a vector of BufferItems (copies).
This allows modifying the buffer slots independent of the queued
buffers.

As part of this change, BufferSlot properties that are only
been relevant in the buffer-queue have been removed.

Also, invalid scalingMode in queueBuffer now returns an error.

ConsumerBase has also changed to allow reuse of the same
buffer slots by different buffers.

Change-Id: If2a698fa142b67c69ad41b8eaca6e127eb3ef75b
Signed-off-by: Lajos Molnar <lajos@google.com>
Related-to-bug: 7093648
2013-05-23 22:17:54 +00:00
..
BitTube.h use a socketpair instead of a pipe in BitTube 2012-04-02 18:41:10 -07:00
BufferItemConsumer.h BufferItemConsumer: add functions to set default buffer format/size 2013-04-16 11:24:40 -07:00
BufferQueue.h BufferQueue: track buffer-queue by instance vs. by reference 2013-05-23 22:17:54 +00:00
ConsumerBase.h BufferQueue: track buffer-queue by instance vs. by reference 2013-05-23 22:17:54 +00:00
CpuConsumer.h Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 2013-05-06 17:24:05 -07:00
DisplayEventReceiver.h Display events now always carry the display id they happened on 2012-09-21 14:20:35 -07:00
DummyConsumer.h Rename ISurfaceTexture and SurfaceTexture 2012-12-18 13:10:48 -08:00
GLConsumer.h BufferQueue: track buffer-queue by instance vs. by reference 2013-05-23 22:17:54 +00:00
GraphicBufferAlloc.h SurfaceFlinger: Move GraphicBufferAlloc to libgui 2012-12-11 17:54:29 -08:00
GuiConfig.h Show build config in dumpsys SurfaceFlinger 2012-09-25 11:31:46 -07:00
IDisplayEventConnection.h Improve the VSYNC api a bit. 2011-12-06 22:43:10 -08:00
IGraphicBufferAlloc.h fix libgui header location 2012-02-27 13:03:08 -08:00
IGraphicBufferProducer.h Fix argument types in IGraphicBufferProducer methods 2013-03-18 14:16:02 -07:00
ISensorEventConnection.h Rename SensorChannel to BitTube 2011-10-20 18:42:02 -07:00
ISensorServer.h
ISurfaceComposer.h rework how we take screenshots for a CPU consumer 2013-03-19 22:22:21 -07:00
ISurfaceComposerClient.h get rid of ISurface 2013-03-12 17:11:48 -07:00
Sensor.h improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00
SensorEventQueue.h use a socketpair instead of a pipe in BitTube 2012-04-02 18:41:10 -07:00
SensorManager.h SensorManager reconnects to sensor service when the later dies 2011-10-16 22:15:23 -07:00
Surface.h Surface can now be created only from an IGraphicBufferProducer 2013-03-12 18:45:09 -07:00
SurfaceComposerClient.h make sure to unlock the screenshot's buffer on destruction 2013-03-26 18:15:35 -07:00
SurfaceControl.h Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev 2013-03-21 15:52:49 +00:00