Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DProfilerInfo.java53 public ParcelFileDescriptor profileFd; field in ProfilerInfo
89 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 …]
H A DActivityThread.java946 ParcelFileDescriptor profileFd; field in ActivityThread.Profiler
965 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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1882 && 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 …]
H A DActivityManagerService.java16963 if (start && (profilerInfo == null || profilerInfo.profileFd == null)) { in profileControl()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java1359 if (currentProfilerInfo.profileFd != null) { in createProfilerInfoIfNeeded()
1361 currentProfilerInfo.profileFd = currentProfilerInfo.profileFd.dup(); in createProfilerInfoIfNeeded()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2008 Landroid/app/ActivityThread$Profiler;->profileFd:Landroid/os/ParcelFileDescriptor;
8284 Landroid/app/ProfilerInfo;->profileFd:Landroid/os/ParcelFileDescriptor;