Home
last modified time | relevance | path

Searched refs:willReleaseBufferOnLatch (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h94 bool willReleaseBufferOnLatch() const;
DRequestedLayerState.cpp572 bool RequestedLayerState::willReleaseBufferOnLatch() const { in willReleaseBufferOnLatch() function in android::surfaceflinger::frontend::RequestedLayerState
/frameworks/native/services/surfaceflinger/
DLayer.h462 bool willReleaseBufferOnLatch() const;
DSurfaceFlinger.cpp2532 const bool willReleaseBufferOnLatch = layer->willReleaseBufferOnLatch(); in updateLayerSnapshots() local
2545 if (!layer->hasReadyFrame() && !willReleaseBufferOnLatch) { in updateLayerSnapshots()
2559 if (willReleaseBufferOnLatch) { in updateLayerSnapshots()
4661 if (layer->hasReadyFrame() || layer->willReleaseBufferOnLatch()) { in latchBuffers()
4692 if (layer->willReleaseBufferOnLatch()) { in latchBuffers()
5832 layer->willReleaseBufferOnLatch())) { in setClientStateLocked()
5962 requestedLayerState->willReleaseBufferOnLatch()); in updateLayerCallbacksAndStats()
DLayer.cpp4133 bool Layer::willReleaseBufferOnLatch() const { in willReleaseBufferOnLatch() function in android::Layer