Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
DDrmHwcTwo.h309 return total_stats_; in total_stats()
342 Stats total_stats_; variable
DDrmHwcTwo.cpp143 << DumpDelta(total_stats_) << "\n\n" in Dump()
145 << DumpDelta(total_stats_.minus(prev_stats_)) << "\n\n") in Dump()
148 memcpy(&prev_stats_, &total_stats_, sizeof(Stats)); in Dump()
711 ++total_stats_.total_frames_; in PresentDisplay()
715 ++total_stats_.failed_kms_present_; in PresentDisplay()