Home
last modified time | relevance | path

Searched defs:hasReadyFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp30 void updateSurfaceDamage(const RequestedLayerState& requested, bool hasReadyFrame, in updateSurfaceDamage()
DLayerSnapshot.h79 bool hasReadyFrame; // used in post composition to check if there is another frame ready member
DRequestedLayerState.cpp564 bool RequestedLayerState::hasReadyFrame() const { in hasReadyFrame() function in android::surfaceflinger::frontend::RequestedLayerState
/frameworks/native/services/surfaceflinger/
DLayer.cpp4209 bool Layer::hasReadyFrame() const { in hasReadyFrame() function in android::Layer