Searched refs:profileFd (Results 1 – 6 of 6) sorted by relevance
53 public ParcelFileDescriptor profileFd; field in ProfilerInfo89 profileFd = fd; in ProfilerInfo()100 profileFd = in.profileFd; in ProfilerInfo()141 if (profileFd != null) { in closeFd()143 profileFd.close(); in closeFd()147 profileFd = null; in closeFd()153 if (profileFd != null) { in describeContents()154 return profileFd.describeContents(); in describeContents()163 if (profileFd != null) { in writeToParcel()165 profileFd.writeToParcel(out, flags); in writeToParcel()[all …]
946 ParcelFileDescriptor profileFd; field in ActivityThread.Profiler965 if (profileFd != null) { in setProfiler()967 profileFd.close(); in setProfiler()973 profileFd = fd; in setProfiler()992 profileFd.close(); in startProfiling()993 profileFd = null; in startProfiling()1003 if (profileFd != null) { in stopProfiling()1005 profileFd.close(); in stopProfiling()1009 profileFd = null; in stopProfiling()6787 mProfiler.profileFd = data.initProfilerInfo.profileFd; in handleBindApplication()[all …]
1882 && mProfileData.getProfilerInfo().profileFd != null) { in clearProfilerLPf()1884 mProfileData.getProfilerInfo().profileFd.close(); in clearProfilerLPf()1913 ParcelFileDescriptor fd = profilerInfo.profileFd; in profileControlLPf()1919 profilerInfo.profileFd = fd; in profileControlLPf()1923 mProfileData.getProfilerInfo().profileFd.close(); in profileControlLPf()1926 mProfileData.getProfilerInfo().profileFd = null; in profileControlLPf()1939 profilerInfo.profileFd.close(); in profileControlLPf()1951 profilerInfo.profileFd.close(); in profileControlLPf()1963 if (mProfileData.getProfilerInfo().profileFd != null) { in setProfileAppLPf()1965 mProfileData.getProfilerInfo().profileFd.close(); in setProfileAppLPf()[all …]
16963 if (start && (profilerInfo == null || profilerInfo.profileFd == null)) { in profileControl()
1359 if (currentProfilerInfo.profileFd != null) { in createProfilerInfoIfNeeded()1361 currentProfilerInfo.profileFd = currentProfilerInfo.profileFd.dup(); in createProfilerInfoIfNeeded()
2008 Landroid/app/ActivityThread$Profiler;->profileFd:Landroid/os/ParcelFileDescriptor;8284 Landroid/app/ProfilerInfo;->profileFd:Landroid/os/ParcelFileDescriptor;