replicant-frameworks_native/services/surfaceflinger
Jamie Gennis 1df8c34585 libgui: disallow NULL Fence pointers
This change eliminates the uses of a NULL sp<Fence> indicating that no waiting
is required.  Instead we use a non-NULL but invalid Fence object for which the
wait methods will return immediately.

Bug: 7892871
Change-Id: I5360aebe3090422ef6920d56c99fc4eedc642e48
2013-02-12 18:15:38 -08:00
..
DisplayHardware libgui: disallow NULL Fence pointers 2013-02-12 18:15:38 -08:00
tests
Android.mk SurfaceFlinger: Move GraphicBufferAlloc to libgui 2012-12-11 17:54:29 -08:00
Barrier.h
Client.cpp
Client.h
clz.cpp
clz.h
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 am fc866eb8: am 845ed8fd: Merge "DisplayDevice: initialize mDisplayToken correctly" 2013-01-14 14:41:43 -08:00
DisplayDevice.h rework a bit how we scissor the display 2012-10-31 14:22:51 -07:00
EventThread.cpp make sure we don't call into the HWC HAL when not needed 2012-10-04 15:25:32 -07:00
EventThread.h Display events now always carry the display id they happened on 2012-09-21 14:20:35 -07:00
FrameTracker.cpp SurfaceFlinger: add win anim frame time tracking 2013-02-08 13:32:21 -08:00
FrameTracker.h SurfaceFlinger: add win anim frame time tracking 2013-02-08 13:32:21 -08:00
GLExtensions.cpp
GLExtensions.h
Layer.cpp libgui: disallow NULL Fence pointers 2013-02-12 18:15:38 -08:00
Layer.h SurfaceFlinger: add win anim frame time tracking 2013-02-08 13:32:21 -08:00
LayerBase.cpp Add support for plane-alpha in HWC 2013-02-05 14:46:32 -08:00
LayerBase.h Add some comments. 2013-01-11 10:16:10 -08:00
LayerDim.cpp
LayerDim.h
LayerScreenshot.cpp SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
LayerScreenshot.h SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
MessageQueue.cpp
MessageQueue.h
MODULE_LICENSE_APACHE2
SurfaceFlinger.cpp SurfaceFlinger: add win anim frame time tracking 2013-02-08 13:32:21 -08:00
SurfaceFlinger.h SurfaceFlinger: add win anim frame time tracking 2013-02-08 13:32:21 -08:00
SurfaceFlingerConsumer.cpp libgui: disallow NULL Fence pointers 2013-02-12 18:15:38 -08:00
SurfaceFlingerConsumer.h Rename ISurfaceTexture and SurfaceTexture 2012-12-18 13:10:48 -08:00
SurfaceTextureLayer.cpp Add some comments. 2013-01-11 10:16:10 -08:00
SurfaceTextureLayer.h Add some comments. 2013-01-11 10:16:10 -08:00
Transform.cpp Ensure that viewport and frame are initialized. 2012-09-09 00:07:17 -07:00
Transform.h