replicant-frameworks_native/services/surfaceflinger
Jesse Hall 9a14392256 Ignore display state changes for disconnected displays
When a display is disconnected, removing it from SurfaceFlinger's
display list is non-atomic with removing it from the Display Manager
and any in-flight transactions. So SurfaceFlinger might get a display
state change transaction for a display it has already forgotten about.
Just ignore these.

Bug: 7288082
Change-Id: Ic27e55377f3db40fb34e3b1cd67e43297df117a2
2012-10-04 16:40:35 -07:00
..
DisplayHardware make sure we don't call into the HWC HAL when not needed 2012-10-04 15:25:32 -07:00
tests
Android.mk
Barrier.h
Client.cpp
Client.h
clz.cpp
clz.h
DdmConnection.cpp
DdmConnection.h
DisplayDevice.cpp save/restore viewport properly when taking screenshot 2012-09-30 16:43:20 -07:00
DisplayDevice.h reset GL viewport and project when caputring the screen 2012-09-28 13:34:26 -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
GLExtensions.cpp
GLExtensions.h
Layer.cpp Recompute visible regions more vigorously 2012-09-26 16:19:12 -07:00
Layer.h
LayerBase.cpp Stop using transparent region for computing visible regions 2012-09-26 14:41:51 -07:00
LayerBase.h Stop using transparent region for computing visible regions 2012-09-26 14:41:51 -07:00
LayerDim.cpp
LayerDim.h
LayerScreenshot.cpp
LayerScreenshot.h
MessageQueue.cpp
MessageQueue.h
MODULE_LICENSE_APACHE2
SurfaceFlinger.cpp Ignore display state changes for disconnected displays 2012-10-04 16:40:35 -07:00
SurfaceFlinger.h make sure we don't call into the HWC HAL when not needed 2012-10-04 15:25:32 -07:00
SurfaceTextureLayer.cpp
SurfaceTextureLayer.h
Transform.cpp
Transform.h