Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1651 bool gpuFrameMissed = mHadClientComposition && frameMissed; in onMessageReceived()
1756 mHadClientComposition = false; in handleMessageRefresh()
1761 mHadClientComposition = in handleMessageRefresh()
1762 mHadClientComposition || getHwComposer().hasClientComposition(displayId); in handleMessageRefresh()
1767 mVsyncModulator.onRefreshed(mHadClientComposition); in handleMessageRefresh()
2097 if (mHadClientComposition) { in postComposition()
DSurfaceFlinger.h971 bool mHadClientComposition = false; variable