Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFrameInfo.h49 FrameCompleted, enumerator
114 set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC); in markFrameCompleted()
153 return duration(FrameInfoIndex::IntendedVsync, FrameInfoIndex::FrameCompleted); in totalDuration()
DFrameInfoVisualizer.cpp61 { FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted, Color::Orange_500},
263 durationMS(i, FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted)); in dumpData()
DJankTracker.cpp51 {FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::FrameCompleted},
215 int64_t totalDuration = frame.duration(sFrameStart, FrameInfoIndex::FrameCompleted); in addFrame()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp530 FrameInfoIndex::FrameCompleted) / NANOS_PER_MILLIS_F; in draw()