Searched refs:latchSidebandStream (Results 1 – 6 of 6) sorted by relevance
84 bool latchSidebandStream(bool& recomputeVisibleRegions) override;
137 virtual bool latchSidebandStream(bool& recomputeVisibleRegions) = 0;
125 bool latchSidebandStream(bool& recomputeVisibleRegions) override;
238 bool BufferQueueLayer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() function in android::BufferQueueLayer
465 bool BufferStateLayer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() function in android::BufferStateLayer
408 bool refreshRequired = latchSidebandStream(recomputeVisibleRegions); in latchBuffer()