Searched refs:getProfilerInfo (Results 1 – 3 of 3) sorted by relevance
1325 ProfilerInfo getProfilerInfo() { in getProfilerInfo() method in ActivityManagerService.ProfileData4936 if (mProfileData.getProfilerInfo() != null) { in attachApplicationLocked()4939 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in attachApplicationLocked()4940 || mProfileData.getProfilerInfo().attachAgentDuringBind; in attachApplicationLocked()4942 ? new ProfilerInfo(mProfileData.getProfilerInfo()) : null; in attachApplicationLocked()4943 if (mProfileData.getProfilerInfo().agent != null) { in attachApplicationLocked()4944 preBindAgent = mProfileData.getProfilerInfo().agent; in attachApplicationLocked()4969 && mProfileData.getProfilerInfo() != null) { in attachApplicationLocked()8040 if (mProfileData.getProfilerInfo() != null) { in setProfileApp()8041 if (mProfileData.getProfilerInfo().profileFd != null) { in setProfileApp()[all …]
1260 || mService.mProfileData.getProfilerInfo() == null in clearProfilerIfNeeded()
2745 HSPLcom/android/server/am/ActivityManagerService$ProfileData;->getProfilerInfo()Landroid/app/Profil…