Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java274 private final ProfileData mProfileData = new ProfileData(); field in AppProfiler
1641 if (proc == null || proc == mProfileData.getProfileProc()) { in stopProfilerLPf()
1642 proc = mProfileData.getProfileProc(); in stopProfilerLPf()
1662 if (mProfileData.getProfilerInfo() != null in clearProfilerLPf()
1663 && mProfileData.getProfilerInfo().profileFd != null) { in clearProfilerLPf()
1665 mProfileData.getProfilerInfo().profileFd.close(); in clearProfilerLPf()
1669 mProfileData.setProfileApp(null); in clearProfilerLPf()
1670 mProfileData.setProfileProc(null); in clearProfilerLPf()
1671 mProfileData.setProfilerInfo(null); in clearProfilerLPf()
1676 if (mProfileData.getProfileProc() == null in clearProfilerLPf()
[all …]