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

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

Completed in 1653 milliseconds