replicant-frameworks_native/libs/gui
Jesse Hall 5b0cbcf946 bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)
On one device there is a bug, not yet root-caused, that causes fence
fds to not make it across binder from producer to consumer in the
IGraphicBufferProducer::queueBuffer call. Rather than returning an
error, which the producer typically treats as a fatal error, this
change allows the buffer to be queued with no fence. This avoids an
application crash at the risk of (likely single-frame) visible
corruption.

Bug: 17946343
Change-Id: I9ca89f94098c455e1e90f5f58d5336c936b04a9c
2014-10-19 04:57:10 +00:00
..
tests GLConsumer: Fix eglTerminate/eglInit edge case. 2014-08-27 03:10:58 +00:00
Android.mk BufferQueue: Add StreamSplitter 2014-04-15 10:34:10 -07:00
BitTube.cpp SensorService performance improvements. 2014-07-24 17:23:01 -07:00
BufferItem.cpp
BufferItemConsumer.cpp
BufferQueue.cpp Remove deprecated BufferQueue constructor 2014-04-22 14:12:55 -07:00
BufferQueueConsumer.cpp libgui: 64 bit compile issues (part deux) 2014-06-09 15:42:26 -07:00
BufferQueueCore.cpp BufferQueue: release mutex while allocating. DO NOT MERGE 2014-07-22 19:45:55 +00:00
BufferQueueProducer.cpp bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE) 2014-10-19 04:57:10 +00:00
BufferSlot.cpp
CleanSpec.mk
ConsumerBase.cpp am 72676e7d: am 0e1313cd: Merge "libgui: 64-bit compile issues" 2014-06-11 17:44:52 +00:00
CpuConsumer.cpp Within CpuConsumer, use gralloc lockAsync/unlockAsync 2014-08-19 19:46:10 +00:00
DisplayEventReceiver.cpp
GLConsumer.cpp GLConsumer: Fix eglTerminate/eglInit edge case. 2014-08-27 03:10:58 +00:00
GraphicBufferAlloc.cpp
GuiConfig.cpp
IConsumerListener.cpp
IDisplayEventConnection.cpp
IGraphicBufferAlloc.cpp
IGraphicBufferConsumer.cpp Merge "BufferQueue: Increase max slots from 32 to 64" 2014-04-21 16:11:22 +00:00
IGraphicBufferProducer.cpp Add sticky transform to surfaceflinger. 2014-07-14 22:14:32 +00:00
IProducerListener.cpp
ISensorEventConnection.cpp SensorService performance improvements. 2014-07-24 17:23:01 -07:00
ISensorServer.cpp
ISurfaceComposer.cpp surfaceflinger: add getDisplayStats() method 2014-09-18 17:03:20 -07:00
ISurfaceComposerClient.cpp Adding render stats APIs to UiAutomation (framework native). 2014-04-10 12:32:19 -07:00
LayerState.cpp Allow for resizing of Virtual Displays. 2014-07-30 14:36:25 -07:00
Sensor.cpp SensorService fixes 2014-09-10 18:24:18 -07:00
SensorEventQueue.cpp Fix sockfd leakage in SensorService. 2014-10-02 18:59:56 -07:00
SensorManager.cpp Sensor related changes for NDK. 2014-08-05 17:17:51 -07:00
StreamSplitter.cpp libgui: 64 bit compile issues (part deux) 2014-06-09 15:42:26 -07:00
Surface.cpp Surface: cancel the dequeued buffer when requestBuffer fails 2014-10-02 18:16:19 +00:00
SurfaceComposerClient.cpp Update ScreenshotClient to take advantage of rotation in surfaceflinger's screencap api 2014-09-09 19:41:32 +00:00
SurfaceControl.cpp Merge "libgui: Remove unnecessary casts in SurfaceControl" 2014-04-18 20:33:52 +00:00
SyncFeatures.cpp