Searched refs:mProfileData (Results 1 – 1 of 1) sorted by relevance
274 private final ProfileData mProfileData = new ProfileData(); field in AppProfiler1641 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 …]