Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java388 ProcessRecord getProfileProc() { in getProfileProc() method in AppProfiler.ProfileData
1996 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLPf()
1997 proc = mProfileData.getProfileProc(); in stopProfilerLPf()
2031 if (mProfileData.getProfileProc() == null in clearProfilerLPf()
2033 || mProfileData.getProfileProc() != app) { in clearProfilerLPf()
2523 if (mProfileData.getProfileProc() == app) { in onAppDiedLocked()
2565 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProfileDataLocked()
2575 + " mProfileProc=" + mProfileData.getProfileProc()); in dumpProfileDataLocked()
2675 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in writeProfileDataToProtoLocked()
2683 mProfileData.getProfileProc().dumpDebug(proto, in writeProfileDataToProtoLocked()