Searched refs:mProfiler (Results 1 – 1 of 1) sorted by relevance
178 Profiler mProfiler; field in ActivityThread1467 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()1468 && mProfiler.autoStopProfiler) { in queueIdle()1494 mProfiler.stopProfiling(); in queueIdle()1881 return mProfiler != null && mProfiler.profileFile != null in isProfiling()1882 && mProfiler.profileFd == null; in isProfiling()1886 return mProfiler.profileFile; in getProfileFilePath()1928 mProfiler = new Profiler(); in installSystemApplicationInfo()2220 mProfiler.setProfiler(r.profileFile, r.profileFd); in handleLaunchActivity()2221 mProfiler.startProfiling(); in handleLaunchActivity()[all …]