Home
last modified time | relevance | path

Searched refs:latchBufferImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.h455 bool latchBufferImpl(bool& /*recomputeVisibleRegions*/, nsecs_t /*latchTime*/,
DLayer.cpp4139 return latchBufferImpl(recomputeVisibleRegions, latchTime, bgColorOnly); in latchBuffer()
4142 bool Layer::latchBufferImpl(bool& recomputeVisibleRegions, nsecs_t latchTime, bool bgColorOnly) { in latchBufferImpl() function in android::Layer
DSurfaceFlinger.cpp2562 it->second->latchBufferImpl(unused, latchTime, bgColorOnly); in updateLayerSnapshots()