diff options
Diffstat (limited to 'services/surfaceflinger/EventThread.h')
-rw-r--r-- | services/surfaceflinger/EventThread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/surfaceflinger/EventThread.h b/services/surfaceflinger/EventThread.h index f6ab4a7..d1c4fcd 100644 --- a/services/surfaceflinger/EventThread.h +++ b/services/surfaceflinger/EventThread.h @@ -97,6 +97,7 @@ public: DisplayEventReceiver::Event* event); void dump(String8& result) const; + void sendVsyncHintOff(); private: virtual bool threadLoop(); @@ -107,6 +108,7 @@ private: void removeDisplayEventConnection(const wp<Connection>& connection); void enableVSyncLocked(); void disableVSyncLocked(); + void sendVsyncHintOnLocked(); // constants sp<VSyncSource> mVSyncSource; @@ -124,6 +126,9 @@ private: // for debugging bool mDebugVsyncEnabled; + + bool mVsyncHintSent; + timer_t mTimerId; }; // --------------------------------------------------------------------------- |