Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp141 StringAppendF(&result, "clientCompositionFrames = %d\n", clientCompositionFramesLegacy); in toString()
220 globalProto.set_client_composition_frames(clientCompositionFramesLegacy); in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h174 int32_t clientCompositionFramesLegacy = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp106 atom->set_client_composition_frames(mTimeStats.clientCompositionFramesLegacy); in populateGlobalAtom()
345 if (record.hadClientComposition) mTimeStats.clientCompositionFramesLegacy++; in pushCompositionStrategyState()
1060 mTimeStats.clientCompositionFramesLegacy = 0; in clearGlobalLocked()