Searched refs:dumpFrames (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ | ||
H A D | JankTracker.h | 67 void dumpFrames(int fd); |
H A D | JankTracker.cpp | 301 void JankTracker::dumpFrames(int fd) { in dumpFrames() function in android::uirenderer::JankTracker |
/aosp14/frameworks/base/libs/hwui/renderthread/ | ||
H A D | CanvasContext.h | 165 void dumpFrames(int fd); |
H A D | CanvasContext.cpp | 971 void CanvasContext::dumpFrames(int fd) { in dumpFrames() function in android::uirenderer::renderthread::CanvasContext |
H A D | RenderProxy.cpp | 291 mContext->dumpFrames(fd); in dumpProfileInfo() |