Searched refs:getProfilerInfo (Results 1 – 3 of 3) sorted by relevance
1334 ProfilerInfo getProfilerInfo() { in getProfilerInfo() method in ActivityManagerService.ProfileData4966 if (mProfileData.getProfilerInfo() != null) { in attachApplicationLocked()4969 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in attachApplicationLocked()4970 || mProfileData.getProfilerInfo().attachAgentDuringBind; in attachApplicationLocked()4972 ? new ProfilerInfo(mProfileData.getProfilerInfo()) : null; in attachApplicationLocked()4973 if (mProfileData.getProfilerInfo().agent != null) { in attachApplicationLocked()4974 preBindAgent = mProfileData.getProfilerInfo().agent; in attachApplicationLocked()4999 && mProfileData.getProfilerInfo() != null) { in attachApplicationLocked()8090 if (mProfileData.getProfilerInfo() != null) { in setProfileApp()8091 if (mProfileData.getProfilerInfo().profileFd != null) { in setProfileApp()[all …]
1263 || mService.mProfileData.getProfilerInfo() == null in clearProfilerIfNeeded()
2745 HSPLcom/android/server/am/ActivityManagerService$ProfileData;->getProfilerInfo()Landroid/app/Profil…