replicant-frameworks_native/include/gui
Dan Stoza a4650a50a0 Fix PTS handling for buffer replacement
This changes the way that SurfaceFlinger's shadow buffer management
works such that instead of tracking the size of the shadow queue in the
BufferQueue, SF tracks the last frame number it has seen, and passes
that into the acquireBuffer call. BufferQueueConsumer then ensures that
it never returns a buffer newer than that frame number, even if that
means that it must return PRESENT_LATER for an otherwise valid buffer.

Change-Id: I3fcb45f683ed660c3f18a8b85ae1f8a962ba6f0e
2015-05-12 13:10:17 -07:00
..
BitTube.h
BufferItem.h libgui: Pass surface damage through BufferQueue 2015-04-15 13:19:38 -07:00
BufferItemConsumer.h
BufferQueue.h libgui: Hook up onFrameReplaced 2015-05-11 15:33:01 -07:00
BufferQueueConsumer.h Fix PTS handling for buffer replacement 2015-05-12 13:10:17 -07:00
BufferQueueCore.h Fix PTS handling for buffer replacement 2015-05-12 13:10:17 -07:00
BufferQueueDefs.h
BufferQueueProducer.h libgui: Allow an IGBProducer to disable allocation 2015-04-23 15:28:12 -07:00
BufferSlot.h
ConsumerBase.h Fix PTS handling for buffer replacement 2015-05-12 13:10:17 -07:00
CpuConsumer.h
DisplayEventReceiver.h
GLConsumer.h Fix PTS handling for buffer replacement 2015-05-12 13:10:17 -07:00
GraphicBufferAlloc.h
GuiConfig.h
IConsumerListener.h
IDisplayEventConnection.h
IGraphicBufferAlloc.h
IGraphicBufferConsumer.h Fix PTS handling for buffer replacement 2015-05-12 13:10:17 -07:00
IGraphicBufferProducer.h libgui: Allow an IGBProducer to disable allocation 2015-04-23 15:28:12 -07:00
IProducerListener.h
ISensorEventConnection.h
ISensorServer.h Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
ISurfaceComposer.h
ISurfaceComposerClient.h
Sensor.h Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
SensorEventQueue.h Add body sensors app op - framework native 2015-05-01 13:51:45 -07:00
SensorManager.h Fix broken NDK sensor manager API. 2015-05-07 12:50:27 -07:00
StreamSplitter.h
Surface.h libgui: Change detachNextBuffer to return sp<GB> 2015-04-27 11:45:58 -07:00
SurfaceComposerClient.h
SurfaceControl.h