Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp96 expectedBucket = JankTracker::frameTimeForSlowFrameCountIndex(temp); in TEST()
154 expectedBucket = JankTracker::frameTimeForSlowFrameCountIndex(temp); in TEST()
/frameworks/base/libs/hwui/
DJankTracker.h93 static int32_t frameTimeForSlowFrameCountIndex(uint32_t index);
DJankTracker.cpp126 int32_t JankTracker::frameTimeForSlowFrameCountIndex(uint32_t index) { in frameTimeForSlowFrameCountIndex() function in android::uirenderer::JankTracker
341 dprintf(fd, " %ums=%u", frameTimeForSlowFrameCountIndex(i), in dumpData()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp131 int32_t renderTime = JankTracker::frameTimeForSlowFrameCountIndex(i); in mergeProfileDataIntoProto()