Home
last modified time | relevance | path

Searched refs:hasReadyFrame (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp30 void updateSurfaceDamage(const RequestedLayerState& requested, bool hasReadyFrame, in updateSurfaceDamage() argument
32 if (!hasReadyFrame) { in updateSurfaceDamage()
359 hasReadyFrame = requested.autoRefresh; in merge()
361 updateSurfaceDamage(requested, requested.hasReadyFrame(), forceFullDamage, surfaceDamage); in merge()
DLayerSnapshot.h79 bool hasReadyFrame; // used in post composition to check if there is another frame ready member
DRequestedLayerState.h92 bool hasReadyFrame() const;
DRequestedLayerState.cpp564 bool RequestedLayerState::hasReadyFrame() const { in hasReadyFrame() function in android::surfaceflinger::frontend::RequestedLayerState
DLayerSnapshotBuilder.cpp324 snapshot.hasReadyFrame = false; in clearChanges()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp99 return mSnapshot->hasReadyFrame; in onPreComposition()
DLayer.h489 bool hasReadyFrame() const;
DLayer.cpp4209 bool Layer::hasReadyFrame() const { in hasReadyFrame() function in android::Layer
4219 if (hasReadyFrame()) { in latchAndReleaseBuffer()
4374 snapshot->hasReadyFrame = hasReadyFrame(); in updateSnapshot()
DSurfaceFlinger.cpp2545 if (!layer->hasReadyFrame() && !willReleaseBufferOnLatch) { in updateLayerSnapshots()
4661 if (layer->hasReadyFrame() || layer->willReleaseBufferOnLatch()) { in latchBuffers()
5961 (requestedLayerState->hasReadyFrame() || in updateLayerCallbacksAndStats()