Searched refs:getProfileProc (Results 1 – 2 of 2) sorted by relevance
388 ProcessRecord getProfileProc() { in getProfileProc() method in AppProfiler.ProfileData1994 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLPf()1995 proc = mProfileData.getProfileProc(); in stopProfilerLPf()2029 if (mProfileData.getProfileProc() == null in clearProfilerLPf()2031 || mProfileData.getProfileProc() != app) { in clearProfilerLPf()2500 if (mProfileData.getProfileProc() == app) { in onAppDiedLocked()2542 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProfileDataLocked()2552 + " mProfileProc=" + mProfileData.getProfileProc()); in dumpProfileDataLocked()2652 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in writeProfileDataToProtoLocked()2660 mProfileData.getProfileProc().dumpDebug(proto, in writeProfileDataToProtoLocked()
5136 PLcom/android/server/am/AppProfiler$ProfileData;->getProfileProc()Lcom/android/server/am/ProcessRec…