Home
last modified time | relevance | path

Searched refs:mNeedsAnotherUpdate (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DCompositionEngine.cpp84 return mNeedsAnotherUpdate; in needsAnotherUpdate()
144 mNeedsAnotherUpdate = needsAnotherUpdate; in preComposition()
152 mNeedsAnotherUpdate = value; in setNeedsAnotherUpdateForTest()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DCompositionEngine.h63 bool mNeedsAnotherUpdate = false; variable