Searched refs:hasReadyFrame (Results 1 – 9 of 9) sorted by relevance
30 void updateSurfaceDamage(const RequestedLayerState& requested, bool hasReadyFrame, in updateSurfaceDamage() argument32 if (!hasReadyFrame) { in updateSurfaceDamage()359 hasReadyFrame = requested.autoRefresh; in merge()361 updateSurfaceDamage(requested, requested.hasReadyFrame(), forceFullDamage, surfaceDamage); in merge()
79 bool hasReadyFrame; // used in post composition to check if there is another frame ready member
92 bool hasReadyFrame() const;
564 bool RequestedLayerState::hasReadyFrame() const { in hasReadyFrame() function in android::surfaceflinger::frontend::RequestedLayerState
324 snapshot.hasReadyFrame = false; in clearChanges()
99 return mSnapshot->hasReadyFrame; in onPreComposition()
489 bool hasReadyFrame() const;
4209 bool Layer::hasReadyFrame() const { in hasReadyFrame() function in android::Layer4219 if (hasReadyFrame()) { in latchAndReleaseBuffer()4374 snapshot->hasReadyFrame = hasReadyFrame(); in updateSnapshot()
2545 if (!layer->hasReadyFrame() && !willReleaseBufferOnLatch) { in updateLayerSnapshots()4661 if (layer->hasReadyFrame() || layer->willReleaseBufferOnLatch()) { in latchBuffers()5961 (requestedLayerState->hasReadyFrame() || in updateLayerCallbacksAndStats()