Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h143 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()
267 FrameInfoVisualizer mProfiler; variable
DCanvasContext.cpp109 , mProfiler(mJankTracker.frames(), thread.timeLord().frameIntervalNanos()) in CanvasContext()
114 mProfiler.setDensity(DeviceInfo::get()->displayInfo().density); in CanvasContext()
/frameworks/base/core/java/android/app/
DActivityThread.java329 Profiler mProfiler; field in ActivityThread
2064 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()
2065 && mProfiler.autoStopProfiler) { in queueIdle()
2091 mProfiler.stopProfiling(); in queueIdle()
2381 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
2382 && mProfiler.profileFd == null; in isProfiling()
2386 return mProfiler.profileFile; in getProfileFilePath()
2442 mProfiler = new Profiler(); in installSystemApplicationInfo()
3408 mProfiler.setProfiler(r.profilerInfo); in handleLaunchActivity()
3409 mProfiler.startProfiling(); in handleLaunchActivity()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2162 Landroid/app/ActivityThread;->mProfiler:Landroid/app/ActivityThread$Profiler;