diff options
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 974486217..08d9dd36a 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h @@ -232,6 +232,8 @@ public: static bool useContextPriority; + static bool sDirectStreaming; + // The data space and pixel format that SurfaceFlinger expects hardware composer // to composite efficiently. Meaning under most scenarios, hardware composer // will accept layers with the data space and pixel format. @@ -665,6 +667,9 @@ private: void traverseLayersInDisplay(const sp<const DisplayDevice>& display, const LayerVector::Visitor& visitor); + bool canAllocateHwcDisplayIdForVDS(uint64_t usage); + bool skipColorLayer(const char* layerType); + sp<StartPropertySetThread> mStartPropertySetThread; /* ------------------------------------------------------------------------ |
