Home
last modified time | relevance | path

Searched refs:mProfileData (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1635 proc = mProfileData.getProfileProc(); in stopProfilerLPf()
1655 if (mProfileData.getProfilerInfo() != null in clearProfilerLPf()
1662 mProfileData.setProfileApp(null); in clearProfilerLPf()
1663 mProfileData.setProfileProc(null); in clearProfilerLPf()
1664 mProfileData.setProfilerInfo(null); in clearProfilerLPf()
1669 if (mProfileData.getProfileProc() == null in clearProfilerLPf()
1733 mProfileData.setProfileApp(processName); in setProfileAppLPf()
1749 mProfileData.setProfileProc(proc); in setProfileProcLPf()
2038 mProfileData.setProfileProc(app); in setupProfilerInfoLocked()
2175 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProfileDataLocked()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java68 private ProfileData mProfileData = new ProfileData(); field in Profile.Watchdog
135 mProfileData.addSample(lines); in sampleStack()
148 mProfileData.dumpToFile(filename); in dumpToFile()
152 mProfileData.reset(); in reset()
171 mProfileData.addSample(stacks.get(i)); in commit()