Home
last modified time | relevance | path

Searched refs:getProfilerInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1334 ProfilerInfo getProfilerInfo() { in getProfilerInfo() method in ActivityManagerService.ProfileData
4966 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 …]
DProcessRecord.java1263 || mService.mProfileData.getProfilerInfo() == null in clearProfilerIfNeeded()
/frameworks/base/services/
Dart-profile2745 HSPLcom/android/server/am/ActivityManagerService$ProfileData;->getProfilerInfo()Landroid/app/Profil…