Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h160 Histogram displayPresentDeltas; member
166 displayPresentDeltas = {}; in clearGlobals()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
H A DTimeStatsHelper.cpp211 result.append(ele.second.displayPresentDeltas.toString()); in toString()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp131 histogramToProto(globalSlice.second.displayPresentDeltas.hist, in populateGlobalAtom()
861 timelineStats.displayPresentDeltas.insert(toMs(info.displayPresentJitter)); in incrementJankyFrames()