Searched refs:profileFd (Results 1 – 5 of 5) sorted by relevance
57 public ParcelFileDescriptor profileFd; field in ProfilerInfo99 profileFd = fd; in ProfilerInfo()111 profileFd = in.profileFd; in ProfilerInfo()160 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval, in setAgent()169 if (profileFd != null) { in closeFd()171 profileFd.close(); in closeFd()175 profileFd = null; in closeFd()181 if (profileFd != null) { in describeContents()182 return profileFd.describeContents(); in describeContents()191 if (profileFd != null) { in writeToParcel()[all …]
1003 ParcelFileDescriptor profileFd; field in ActivityThread.Profiler1012 ParcelFileDescriptor fd = profilerInfo.profileFd; in setProfiler()1023 if (profileFd != null) { in setProfiler()1025 profileFd.close(); in setProfiler()1031 profileFd = fd; in setProfiler()1039 if (profileFd == null || profiling) { in startProfiling()1046 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(), in startProfiling()1053 profileFd.close(); in startProfiling()1054 profileFd = null; in startProfiling()1064 if (profileFd != null) { in stopProfiling()[all …]
2016 && mProfileData.getProfilerInfo().profileFd != null) { in clearProfilerLPf()2018 mProfileData.getProfilerInfo().profileFd.close(); in clearProfilerLPf()2047 ParcelFileDescriptor fd = profilerInfo.profileFd; in profileControlLPf()2053 profilerInfo.profileFd = fd; in profileControlLPf()2057 mProfileData.getProfilerInfo().profileFd.close(); in profileControlLPf()2060 mProfileData.getProfilerInfo().profileFd = null; in profileControlLPf()2071 if (profilerInfo != null && profilerInfo.profileFd != null) { in profileControlLPf()2073 profilerInfo.profileFd.close(); in profileControlLPf()2083 if (profilerInfo != null && profilerInfo.profileFd != null) { in profileControlLPf()2085 profilerInfo.profileFd.close(); in profileControlLPf()[all …]
1416 if (currentProfilerInfo.profileFd != null) { in createProfilerInfoIfNeeded()1418 currentProfilerInfo.profileFd = currentProfilerInfo.profileFd.dup(); in createProfilerInfoIfNeeded()
2008 Landroid/app/ActivityThread$Profiler;->profileFd:Landroid/os/ParcelFileDescriptor;8284 Landroid/app/ProfilerInfo;->profileFd:Landroid/os/ParcelFileDescriptor;