Go to file
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
cmds added BinderService<> template to help creating native binder services 2010-07-14 18:43:19 -07:00
include am 4ec134cd: am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread 2010-09-21 15:57:13 -07:00
libs am 4ec134cd: am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread 2010-09-21 15:57:13 -07:00
opengl Add simple interactive end-to-end latency test. 2010-09-22 12:13:02 -07:00
services/surfaceflinger add a way to toggle the h/w composer at runtime 2010-09-22 18:58:01 -07:00
vpn
MODULE_LICENSE_APACHE2
NOTICE