replicant-frameworks_native/include/gui
Mathias Agopian 595264f1af BufferQueue improvements and APIs changes
this is the first step of a series of improvements to
BufferQueue. A few things happen in this change:

- setSynchronousMode() goes away as well as the SynchronousModeAllowed flag
- BufferQueue now defaults to (what used to be) synchronous mode
- a new "controlled by app" flag is passed when creating consumers and producers
  those flags are used to put the BufferQueue in a mode where it
  will never block if both flags are set. This is achieved by:
  - returning an error from dequeueBuffer() if it would block
  - making sure a buffer is always available by replacing
    the previous buffer with the new one in queueBuffer()
    (note: this is similar to what asynchrnous mode used to be)

Note: in this change EGL's swap-interval 0 is broken; this will be
fixed in another change.

Change-Id: I691f9507d6e2e158287e3039f2a79a4d4434211d
2013-07-18 22:28:18 -07:00
..
BitTube.h
BufferItemConsumer.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
BufferQueue.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
ConsumerBase.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
CpuConsumer.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
DisplayEventReceiver.h Display events now always carry the display id they happened on 2012-09-21 14:20:35 -07:00
GLConsumer.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07: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
IGraphicBufferAlloc.h
IGraphicBufferProducer.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
ISensorEventConnection.h
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
SensorEventQueue.h
SensorManager.h
Surface.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -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