replicant-frameworks_native/services/surfaceflinger
Mathias Agopian 73d3ba9e50 add a way to toggle the h/w composer at runtime
to DISABLE the h/w composer:
  adb shell service call SurfaceFlinger 1008 i32 1

to ENABLE the h/w composer:
  adb shell service call SurfaceFlinger 1008 i32 0

the state is dumped in "dumpsys SurfaceFlinger"

Change-Id: I23e2242d42c6e3fd5261a83332dd900b189e38ce
2010-09-22 18:58:01 -07:00
..
DisplayHardware resolved conflicts for merge of 48a86240 to master 2010-09-15 12:29:18 -07:00
tests
Android.mk
Barrier.h
BlurFilter.cpp
BlurFilter.h
clz.cpp
clz.h
GLExtensions.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
GLExtensions.h
Layer.cpp fix [3018216] UI shrinks / stretches while using apps with IME 2010-09-21 10:52:42 -07:00
Layer.h
LayerBase.cpp
LayerBase.h
LayerBlur.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
LayerBlur.h
LayerBuffer.cpp
LayerBuffer.h
LayerDim.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
LayerDim.h
MessageQueue.cpp
MessageQueue.h
MODULE_LICENSE_APACHE2
SurfaceFlinger.cpp add a way to toggle the h/w composer at runtime 2010-09-22 18:58:01 -07:00
SurfaceFlinger.h add a way to toggle the h/w composer at runtime 2010-09-22 18:58:01 -07:00
TextureManager.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
TextureManager.h
Transform.cpp
Transform.h