Searched refs:getProfileProc (Results 1 – 3 of 3) sorted by relevance
1262 if (mService.mProfileData.getProfileProc() == null in clearProfilerIfNeeded()1264 || mService.mProfileData.getProfileProc() != this) { in clearProfilerIfNeeded()
1323 ProcessRecord getProfileProc() { in getProfileProc() method in ActivityManagerService.ProfileData3634 if (mProfileData.getProfileProc() == app) { in handleAppDiedLocked()10868 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProcessesLocked()10878 + " mProfileProc=" + mProfileData.getProfileProc()); in dumpProcessesLocked()11170 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in writeProcessesToProtoLocked()11178 mProfileData.getProfileProc().writeToProto(proto, in writeProcessesToProtoLocked()17415 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLocked()17416 proc = mProfileData.getProfileProc(); in stopProfilerLocked()
2744 HSPLcom/android/server/am/ActivityManagerService$ProfileData;->getProfileProc()Lcom/android/server/…