Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActiveServicesTest.java69 private AppProfiler mProfiler; field in ActiveServicesTest
248 mProfiler = mock(AppProfiler.class); in prepareTestRescheduleServiceRestarts()
249 setFieldValue(ActivityManagerService.class, mService, "mAppProfiler", mProfiler); in prepareTestRescheduleServiceRestarts()
250 when(mProfiler.getLastMemoryLevelLocked()).thenReturn(ADJ_MEM_FACTOR_NORMAL); in prepareTestRescheduleServiceRestarts()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h163 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()
341 FrameInfoVisualizer mProfiler; variable
H A DCanvasContext.cpp123 , mProfiler(mJankTracker.frames(), thread.timeLord().frameIntervalNanos()) in CanvasContext()
130 mProfiler.setDensity(DeviceInfo::getDensity()); in CanvasContext()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java397 Profiler mProfiler; field in ActivityThread
2531 mProfiler.stopProfiling(); in queueIdle()
2843 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
2848 return mProfiler.profileFile; in getProfileFilePath()
2932 mProfiler = new Profiler(); in installSystemApplicationInfo()
3942 mProfiler.startProfiling(); in handleLaunchActivity()
6471 if (mProfiler != null) { in stopProfiling()
6472 mProfiler.stopProfiling(); in stopProfiling()
6783 mProfiler = new Profiler(); in handleBindApplication()
6809 mProfiler.startProfiling(); in handleBindApplication()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2162 Landroid/app/ActivityThread;->mProfiler:Landroid/app/ActivityThread$Profiler;