Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java42 public ParcelFileDescriptor profileFd; field in ProfilerInfo
72 profileFd = fd; in ProfilerInfo()
82 profileFd = in.profileFd; in ProfilerInfo()
95 return new ProfilerInfo(this.profileFile, this.profileFd, this.samplingInterval, in setAgent()
103 if (profileFd != null) { in closeFd()
105 profileFd.close(); in closeFd()
109 profileFd = null; in closeFd()
115 if (profileFd != null) { in describeContents()
116 return profileFd.describeContents(); in describeContents()
125 if (profileFd != null) { in writeToParcel()
[all …]
DActivityThread.java901 ParcelFileDescriptor profileFd; field in ActivityThread.Profiler
908 ParcelFileDescriptor fd = profilerInfo.profileFd; in setProfiler()
919 if (profileFd != null) { in setProfiler()
921 profileFd.close(); in setProfiler()
927 profileFd = fd; in setProfiler()
933 if (profileFd == null || profiling) { in startProfiling()
938 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(), in startProfiling()
945 profileFd.close(); in startProfiling()
946 profileFd = null; in startProfiling()
956 if (profileFd != null) { in stopProfiling()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java1663 && mProfileData.getProfilerInfo().profileFd != null) { in clearProfilerLPf()
1665 mProfileData.getProfilerInfo().profileFd.close(); in clearProfilerLPf()
1693 ParcelFileDescriptor fd = profilerInfo.profileFd; in profileControlLPf()
1699 profilerInfo.profileFd = fd; in profileControlLPf()
1703 mProfileData.getProfilerInfo().profileFd.close(); in profileControlLPf()
1706 mProfileData.getProfilerInfo().profileFd = null; in profileControlLPf()
1717 if (profilerInfo != null && profilerInfo.profileFd != null) { in profileControlLPf()
1719 profilerInfo.profileFd.close(); in profileControlLPf()
1729 if (profilerInfo != null && profilerInfo.profileFd != null) { in profileControlLPf()
1731 profilerInfo.profileFd.close(); in profileControlLPf()
[all …]
DActivityManagerService.java14879 if (start && (profilerInfo == null || profilerInfo.profileFd == null)) { in profileControl()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java1141 if (currentProfilerInfo.profileFd != null) { in createProfilerInfoIfNeeded()
1143 currentProfilerInfo.profileFd = currentProfilerInfo.profileFd.dup(); in createProfilerInfoIfNeeded()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2008 Landroid/app/ActivityThread$Profiler;->profileFd:Landroid/os/ParcelFileDescriptor;
8284 Landroid/app/ProfilerInfo;->profileFd:Landroid/os/ParcelFileDescriptor;