OSDN Git Service

Add support for sending VSYNC events to the framework
authorMathias Agopian <mathias@google.com>
Fri, 18 Nov 2011 01:49:17 +0000 (17:49 -0800)
committerMathias Agopian <mathias@google.com>
Tue, 29 Nov 2011 19:44:05 +0000 (11:44 -0800)
commit461afeb9fde149f9455acbadf1257d08d33e8eb3
tree5ebdaeee094ef363806ab45502980e120bed434d
parent3ad3807a5c4039618175c042a1121c926c2c62e9
Add support for sending VSYNC events to the framework

use gui/DisplayEvent to receive the events. Events are
dispatched through a unix pipe, so the API is compatible
with utils/Looper. see gui/DisplayEvent.h for more info.

Bug: 1475048
Change-Id: If4126023fc9c067e56087ec7d16a8fd542ce1794
include/surfaceflinger/ISurfaceComposer.h
libs/gui/Android.mk
libs/gui/ISurfaceComposer.cpp
services/surfaceflinger/Android.mk
services/surfaceflinger/DisplayHardware/DisplayHardware.cpp
services/surfaceflinger/DisplayHardware/DisplayHardware.h
services/surfaceflinger/SurfaceFlinger.cpp
services/surfaceflinger/SurfaceFlinger.h