Searched refs:FrameCompleted (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FrameInfo.h | 49 FrameCompleted, enumerator 114 set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC); in markFrameCompleted() 153 return duration(FrameInfoIndex::IntendedVsync, FrameInfoIndex::FrameCompleted); in totalDuration()
|
D | FrameInfoVisualizer.cpp | 61 { FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted, Color::Orange_500}, 263 durationMS(i, FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted)); in dumpData()
|
D | JankTracker.cpp | 51 {FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::FrameCompleted}, 215 int64_t totalDuration = frame.duration(sFrameStart, FrameInfoIndex::FrameCompleted); in addFrame()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 530 FrameInfoIndex::FrameCompleted) / NANOS_PER_MILLIS_F; in draw()
|