Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp138 StringAppendF(&result, "statsEnd = %" PRId64 "\n", statsEndLegacy); in toString()
217 globalProto.set_stats_end(statsEndLegacy); in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h171 int64_t statsEndLegacy = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp1042 mTimeStats.statsEndLegacy = static_cast<int64_t>(std::time(0)); in disable()
1057 mTimeStats.statsEndLegacy = 0; in clearGlobalLocked()
1103 mTimeStats.statsEndLegacy = static_cast<int64_t>(std::time(0)); in dump()