Searched refs:recomputeVisibleRegions (Results 1 – 2 of 2) sorted by relevance
3521 bool Layer::latchSidebandStream(bool& recomputeVisibleRegions) { in latchSidebandStream() argument3535 recomputeVisibleRegions = true; in latchSidebandStream()4137 bool Layer::latchBuffer(bool& recomputeVisibleRegions, nsecs_t latchTime) { in latchBuffer() argument4139 return latchBufferImpl(recomputeVisibleRegions, latchTime, bgColorOnly); in latchBuffer()4142 bool Layer::latchBufferImpl(bool& recomputeVisibleRegions, nsecs_t latchTime, bool bgColorOnly) { in latchBufferImpl() argument4146 bool refreshRequired = latchSidebandStream(recomputeVisibleRegions); in latchBufferImpl()4176 recomputeVisibleRegions = bufferReleased; in latchBufferImpl()4183 recomputeVisibleRegions = true; in latchBufferImpl()4190 recomputeVisibleRegions = true; in latchBufferImpl()4198 recomputeVisibleRegions = true; in latchBufferImpl()[all …]
1165 bool latchSidebandStream(bool& recomputeVisibleRegions);