Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1478 bool frameMissed = !mHadClientComposition && in onMessageReceived()
1546 mHadClientComposition = false; in handleMessageRefresh()
1549 mHadClientComposition = mHadClientComposition || in handleMessageRefresh()
1552 mVsyncModulator.onRefreshed(mHadClientComposition); in handleMessageRefresh()
1789 if (mHadClientComposition) { in postComposition()
DSurfaceFlinger.h809 bool mHadClientComposition = false; variable