Searched refs:getProfileProc (Results 1 – 2 of 2) sorted by relevance
376 ProcessRecord getProfileProc() { in getProfileProc() method in AppProfiler.ProfileData1641 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLPf()1642 proc = mProfileData.getProfileProc(); in stopProfilerLPf()1676 if (mProfileData.getProfileProc() == null in clearProfilerLPf()1678 || mProfileData.getProfileProc() != app) { in clearProfilerLPf()2138 if (mProfileData.getProfileProc() == app) { in onAppDiedLocked()2180 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProfileDataLocked()2190 + " mProfileProc=" + mProfileData.getProfileProc()); in dumpProfileDataLocked()2286 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in writeProfileDataToProtoLocked()2294 mProfileData.getProfileProc().dumpDebug(proto, in writeProfileDataToProtoLocked()
7055 HSPLcom/android/server/am/AppProfiler$ProfileData;->getProfileProc()Lcom/android/server/am/ProcessR…