Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp139 StringAppendF(&result, "totalFrames = %d\n", totalFramesLegacy); in toString()
218 globalProto.set_total_frames(totalFramesLegacy); in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h172 int32_t totalFramesLegacy = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp104 atom->set_total_frames(mTimeStats.totalFramesLegacy); in populateGlobalAtom()
324 mTimeStats.totalFramesLegacy++; in incrementTotalFrames()
1058 mTimeStats.totalFramesLegacy = 0; in clearGlobalLocked()