Home
last modified time | relevance | path

Searched refs:latchSidebandStream (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.h85 bool latchSidebandStream(bool& recomputeVisibleRegions) override;
DBufferLayer.h138 virtual bool latchSidebandStream(bool& recomputeVisibleRegions) = 0;
DBufferStateLayer.h125 bool latchSidebandStream(bool& recomputeVisibleRegions) override;
DBufferQueueLayer.cpp242 bool BufferQueueLayer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() function in android::BufferQueueLayer
DBufferStateLayer.cpp468 bool BufferStateLayer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() function in android::BufferStateLayer
DBufferLayer.cpp401 bool refreshRequired = latchSidebandStream(recomputeVisibleRegions); in latchBuffer()