Searched refs:mProfiler (Results 1 – 3 of 3) sorted by relevance
121 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()227 FrameInfoVisualizer mProfiler; variable
71 , mProfiler(mFrames) in CanvasContext()75 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density); in CanvasContext()
216 Profiler mProfiler; field in ActivityThread1740 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()1741 && mProfiler.autoStopProfiler) { in queueIdle()1767 mProfiler.stopProfiling(); in queueIdle()2013 return mProfiler != null && mProfiler.profileFile != null in isProfiling()2014 && mProfiler.profileFd == null; in isProfiling()2018 return mProfiler.profileFile; in getProfileFilePath()2047 mProfiler = new Profiler(); in installSystemApplicationInfo()2694 mProfiler.setProfiler(r.profilerInfo); in handleLaunchActivity()2695 mProfiler.startProfiling(); in handleLaunchActivity()[all …]