Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h64 int32_t clientCompositionReusedFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp109 StringAppendF(&result, "clientCompositionReusedFrames = %d\n", clientCompositionReusedFrames); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp281 mTimeStats.clientCompositionReusedFrames++; in incrementClientCompositionReusedFrames()
855 mTimeStats.clientCompositionReusedFrames = 0; in clearGlobalLocked()