sde: Add support for DisplayEventHandler

- Add DisplayEventHandler to receive VSync event from driver.
- Add hooks to enable/disable VSync from client.
- Propogate VSync timestamp to the client

Change-Id: I27ea9773c424d8ad85f11f292ddd8792564bbcdc
This commit is contained in:
Arun Kumar K.R
2014-11-03 19:28:21 -08:00
committed by Gerrit - the friendly Code Review server
parent eb547a0340
commit edb8bc82ff
8 changed files with 259 additions and 16 deletions

View File

@@ -45,6 +45,8 @@
namespace sde {
const int kThreadPriorityUrgent = -9;
typedef void * Handle;
} // namespace sde