Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java384 ProcessRecord getProfileProc() { in getProfileProc() method in AppProfiler.ProfileData
1860 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLPf()
1861 proc = mProfileData.getProfileProc(); in stopProfilerLPf()
1895 if (mProfileData.getProfileProc() == null in clearProfilerLPf()
1897 || mProfileData.getProfileProc() != app) { in clearProfilerLPf()
2363 if (mProfileData.getProfileProc() == app) { in onAppDiedLocked()
2405 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProfileDataLocked()
2415 + " mProfileProc=" + mProfileData.getProfileProc()); in dumpProfileDataLocked()
2513 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in writeProfileDataToProtoLocked()
2521 mProfileData.getProfileProc().dumpDebug(proto, in writeProfileDataToProtoLocked()