Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h151 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()
256 FrameInfoVisualizer mProfiler; variable
DCanvasContext.cpp148 , mProfiler(mJankTracker.frames()) in CanvasContext()
154 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density); in CanvasContext()
/frameworks/base/core/java/android/app/
DActivityThread.java268 Profiler mProfiler; field in ActivityThread
1834 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()
1835 && mProfiler.autoStopProfiler) { in queueIdle()
1861 mProfiler.stopProfiling(); in queueIdle()
2108 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
2109 && mProfiler.profileFd == null; in isProfiling()
2113 return mProfiler.profileFile; in getProfileFilePath()
2156 mProfiler = new Profiler(); in installSystemApplicationInfo()
3032 mProfiler.setProfiler(r.profilerInfo); in handleLaunchActivity()
3033 mProfiler.startProfiling(); in handleLaunchActivity()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt2656 Landroid/app/ActivityThread;->mProfiler:Landroid/app/ActivityThread$Profiler;