Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp29 void updateSurfaceDamage(const RequestedLayerState& requested, bool hasReadyFrame, in updateSurfaceDamage() argument
31 if (!hasReadyFrame) { in updateSurfaceDamage()
259 hasReadyFrame = requested.hasReadyFrame(); in merge()
261 updateSurfaceDamage(requested, hasReadyFrame, forceFullDamage, surfaceDamage); in merge()
DRequestedLayerState.h82 bool hasReadyFrame() const;
DLayerSnapshot.h85 bool hasReadyFrame; member
DRequestedLayerState.cpp498 bool RequestedLayerState::hasReadyFrame() const { in hasReadyFrame() function in android::surfaceflinger::frontend::RequestedLayerState
DLayerSnapshotBuilder.cpp324 snapshot.hasReadyFrame = false; in clearChanges()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp87 return mSnapshot->hasReadyFrame; in onPreComposition()
DLayer.h488 bool hasReadyFrame() const;
DLayer.cpp4120 bool Layer::hasReadyFrame() const { in hasReadyFrame() function in android::Layer
4130 if (hasReadyFrame()) { in latchAndReleaseBuffer()
4280 snapshot->hasReadyFrame = hasReadyFrame(); in updateSnapshot()
DSurfaceFlinger.cpp2291 if (!layer->hasReadyFrame() && !willReleaseBufferOnLatch) continue; in updateLayerSnapshots()
2307 if (!snapshot->hasReadyFrame) continue; in updateLayerSnapshots()
4093 if (layer->hasReadyFrame() || layer->willReleaseBufferOnLatch()) { in latchBuffers()
5243 (requestedLayerState->hasReadyFrame() || in updateLayerCallbacksAndStats()