diff options
author | Mathias Agopian <mathias@google.com> | 2010-08-10 17:14:02 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-08-11 16:08:45 -0700 |
commit | a350ff98692b3a50cad5cc93f9f83221242ca86a (patch) | |
tree | 7b34c8659e9621b04637fe8a742f04ba39f44eb0 /services/surfaceflinger/SurfaceFlinger.h | |
parent | bc7e31a84b936a5a9ac295db56f0836c50c1ac7f (diff) | |
download | frameworks_native-a350ff98692b3a50cad5cc93f9f83221242ca86a.zip frameworks_native-a350ff98692b3a50cad5cc93f9f83221242ca86a.tar.gz frameworks_native-a350ff98692b3a50cad5cc93f9f83221242ca86a.tar.bz2 |
call into hwcomposer HAL when present
Change-Id: I70f31c69a9436a43860e78977442863ecba6d27b
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
-rw-r--r-- | services/surfaceflinger/SurfaceFlinger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 8ecfc01..8e286e5 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h @@ -296,6 +296,7 @@ private: void handlePageFlip(); bool lockPageFlip(const LayerVector& currentLayers); void unlockPageFlip(const LayerVector& currentLayers); + void handleWorkList(); void handleRepaint(); void postFramebuffer(); void composeSurfaces(const Region& dirty); @@ -370,6 +371,7 @@ private: Region mInvalidRegion; Region mWormholeRegion; bool mVisibleRegionsDirty; + bool mHwWorkListDirty; bool mDeferReleaseConsole; bool mFreezeDisplay; int32_t mFreezeCount; |