Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1667 bool frameMissed = previousFrameMissed(graceTimeForPresentFenceMs); in onMessageReceived() local
1668 bool hwcFrameMissed = mHadDeviceComposition && frameMissed; in onMessageReceived()
1669 bool gpuFrameMissed = mHadClientComposition && frameMissed; in onMessageReceived()
1670 ATRACE_INT("FrameMissed", static_cast<int>(frameMissed)); in onMessageReceived()
1673 if (frameMissed) { in onMessageReceived()
1696 if (frameMissed && mPropagateBackpressure) { in onMessageReceived()