replicant-frameworks_native/services/surfaceflinger
Mike J. Chen aaff4ef717 SurfaceFlinger: Set the result of binderized screencapture
A recent change to screencapture to have the call to
IGraphicBufferProducer happen on the incoming binder
thread didn't set the result so the result was always
returned as NO_ERROR.

This made screencap fail on some devices (e.g. Wolfie)
which relies on some kind of fallback mechanism to
generate the screencap but the fallback mechanism
doesn't get triggered because the error isn't returned.

Bug: 9989385

Change-Id: I2aee91ea1034869fcbb0f49b9a0087c3cff43bbe
Signed-off-by: Mike J. Chen <mjchen@google.com>
2013-07-30 10:24:22 -07:00
..
DisplayHardware single buffer mode for BufferQueue 2013-07-26 18:45:02 -07:00
EventLog surfaceflinger: add frame duration logging 2013-07-23 17:28:47 -07:00
RenderEngine Refactor SF. Move all GL operations in their own class. 2013-07-03 14:39:27 -07:00
tests Surface can now be created only from an IGraphicBufferProducer 2013-03-12 18:45:09 -07:00
Android.mk move services executables sources in their respective src folder 2013-07-22 12:25:18 -07:00
Barrier.h
Client.cpp get rid of ISurface 2013-03-12 17:11:48 -07:00
Client.h get rid of ISurface 2013-03-12 17:11:48 -07:00
clz.h implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal buffer orientation" 2011-07-19 15:24:46 -07:00
Colorizer.h Add a --color option to dumpsys SurfaceFlinger 2013-04-22 21:51:28 +02:00
DdmConnection.cpp fix SurfaceFlinger DDMS debugging 2012-10-07 16:41:12 -07:00
DdmConnection.h add libsurfaceflinger_ddmconnection for PDK build 2012-08-31 20:08:33 -07:00
DisplayDevice.cpp Rewrite VirtualDisplaySurface 2013-07-15 13:59:41 -07:00
DisplayDevice.h Rewrite VirtualDisplaySurface 2013-07-15 13:59:41 -07:00
EventThread.cpp clean-up/simplify all dump() APIs 2013-04-22 21:51:28 +02:00
EventThread.h SurfaceFlinger: EventThread: Fix Vsync array size. 2013-07-12 16:29:48 -07:00
FrameTracker.cpp surfaceflinger: add frame duration logging 2013-07-23 17:28:47 -07:00
FrameTracker.h surfaceflinger: add frame duration logging 2013-07-23 17:28:47 -07:00
Layer.cpp get rid of HAL pixelformats 5551 and 4444 2013-07-26 15:43:33 -07:00
Layer.h surfaceflinger: add frame duration logging 2013-07-23 17:28:47 -07:00
LayerDim.cpp Refactor SF. Move all GL operations in their own class. 2013-07-03 14:39:27 -07:00
LayerDim.h Refactor SF. Move all GL operations in their own class. 2013-07-03 14:39:27 -07:00
main_surfaceflinger.cpp move services executables sources in their respective src folder 2013-07-22 12:25:18 -07:00
MessageQueue.cpp fix another bug where screenshots could end-up all black 2013-04-10 16:27:17 -07:00
MessageQueue.h fix another bug where screenshots could end-up all black 2013-04-10 16:27:17 -07:00
MODULE_LICENSE_APACHE2
SurfaceFlinger.cpp SurfaceFlinger: Set the result of binderized screencapture 2013-07-30 10:24:22 -07:00
SurfaceFlinger.h surfaceflinger: add frame duration logging 2013-07-23 17:28:47 -07:00
SurfaceFlingerConsumer.cpp single buffer mode for BufferQueue 2013-07-26 18:45:02 -07:00
SurfaceFlingerConsumer.h always pass the BufferQueue explicitely to consumers 2013-07-12 22:06:26 -07:00
SurfaceTextureLayer.cpp BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
SurfaceTextureLayer.h BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
Transform.cpp implement display projection clipping in h/w composer 2013-02-28 18:43:04 -08:00
Transform.h implement display projection clipping in h/w composer 2013-02-28 18:43:04 -08:00