Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProfileData.cpp76 uint32_t ProfileData::frameTimeForSlowFrameCountIndex(uint32_t index) { in frameTimeForSlowFrameCountIndex() function in android::uirenderer::ProfileData
166 callback(HistogramEntry{frameTimeForSlowFrameCountIndex(i), mSlowFrameCounts[i]}); in histogramForEach()
DProfileData.h80 static uint32_t frameTimeForSlowFrameCountIndex(uint32_t index);
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp99 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp); in TEST()
157 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp); in TEST()