Searched refs:mProfiler (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h121 FrameInfoVisualizer& profiler() { return mProfiler; }
227 FrameInfoVisualizer mProfiler; member in class:android::uirenderer::renderthread::CanvasContext
H A DCanvasContext.cpp71 , mProfiler(mFrames)
75 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density);
/frameworks/base/core/java/android/app/
H A DActivityThread.java216 Profiler mProfiler; field in class:ActivityThread
1740 if (mBoundApplication != null && mProfiler.profileFd != null
1741 && mProfiler.autoStopProfiler) {
1767 mProfiler.stopProfiling();
2013 return mProfiler != null && mProfiler.profileFile != null
2014 && mProfiler.profileFd == null;
2018 return mProfiler.profileFile;
2047 mProfiler = new Profiler();
2694 mProfiler
[all...]

Completed in 3477 milliseconds