Searched refs:latchSidebandStream (Results 1 – 6 of 6) sorted by relevance
85 bool latchSidebandStream(bool& recomputeVisibleRegions) override;
138 virtual bool latchSidebandStream(bool& recomputeVisibleRegions) = 0;
125 bool latchSidebandStream(bool& recomputeVisibleRegions) override;
242 bool BufferQueueLayer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() function in android::BufferQueueLayer
468 bool BufferStateLayer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() function in android::BufferStateLayer
401 bool refreshRequired = latchSidebandStream(recomputeVisibleRegions); in latchBuffer()