Home
last modified time | relevance | path

Searched defs:willReleaseBufferOnLatch (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp506 bool RequestedLayerState::willReleaseBufferOnLatch() const { in willReleaseBufferOnLatch() function in android::surfaceflinger::frontend::RequestedLayerState
/frameworks/native/services/surfaceflinger/
DLayer.cpp4044 bool Layer::willReleaseBufferOnLatch() const { in willReleaseBufferOnLatch() function in android::Layer
DSurfaceFlinger.cpp2290 const bool willReleaseBufferOnLatch = layer->willReleaseBufferOnLatch(); in updateLayerSnapshots() local