Searched refs:getProfileProc (Results 1 – 3 of 3) sorted by relevance
1259 if (mService.mProfileData.getProfileProc() == null in clearProfilerIfNeeded()1261 || mService.mProfileData.getProfileProc() != this) { in clearProfilerIfNeeded()
1314 ProcessRecord getProfileProc() { in getProfileProc() method in ActivityManagerService.ProfileData3605 if (mProfileData.getProfileProc() == app) { in handleAppDiedLocked()10809 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProcessesLocked()10819 + " mProfileProc=" + mProfileData.getProfileProc()); in dumpProcessesLocked()11111 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in writeProcessesToProtoLocked()11119 mProfileData.getProfileProc().writeToProto(proto, in writeProcessesToProtoLocked()17297 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLocked()17298 proc = mProfileData.getProfileProc(); in stopProfilerLocked()
2744 HSPLcom/android/server/am/ActivityManagerService$ProfileData;->getProfileProc()Lcom/android/server/…