Home
last modified time | relevance | path

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

/external/drm_hwcomposer/include/
Ddrmhwctwo.h249 } total_stats_, prev_stats_; variable
/external/drm_hwcomposer/
Ddrmhwctwo.cpp158 << DumpDelta(total_stats_.minus(prev_stats_)) << "\n\n") in Dump()
161 memcpy(&prev_stats_, &total_stats_, sizeof(Stats)); in Dump()