Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DGraphicsStatsServiceTests.cpp102 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp); in TEST()
160 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp); in TEST()
/aosp14/frameworks/base/libs/hwui/
H A DProfileData.cpp78 uint32_t ProfileData::frameTimeForSlowFrameCountIndex(uint32_t index) { in frameTimeForSlowFrameCountIndex() function in android::uirenderer::ProfileData
190 callback(HistogramEntry{frameTimeForSlowFrameCountIndex(i), mSlowFrameCounts[i]}); in histogramForEach()
H A DProfileData.h92 static uint32_t frameTimeForSlowFrameCountIndex(uint32_t index);