Searched refs:dumpFrames (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/libs/hwui/ | ||
H A D | JankTracker.h | 66 void dumpFrames(int fd); |
H A D | JankTracker.cpp | 292 void JankTracker::dumpFrames(int fd) { in dumpFrames() function in android::uirenderer::JankTracker |
/aosp12/frameworks/base/libs/hwui/renderthread/ | ||
H A D | CanvasContext.h | 152 void dumpFrames(int fd); |
H A D | CanvasContext.cpp | 829 void CanvasContext::dumpFrames(int fd) { in dumpFrames() function in android::uirenderer::renderthread::CanvasContext |
H A D | RenderProxy.cpp | 235 mContext->dumpFrames(fd); in dumpProfileInfo() |