Home
last modified time | relevance | path

Searched refs:autoStopProfiler (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DProfilerInfo.java59 public final boolean autoStopProfiler; field in ProfilerInfo
91 autoStopProfiler = autoStop; in ProfilerInfo()
102 autoStopProfiler = in.autoStopProfiler; in ProfilerInfo()
133 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()
170 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()
185 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler); in dumpDebug()
209 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()
227 && autoStopProfiler == other.autoStopProfiler in equals()
239 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
H A DActivityThread.java948 boolean autoStopProfiler; field in ActivityThread.Profiler
975 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()
2515 && mProfiler.autoStopProfiler) { in queueIdle()
6789 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2422 + mProfileData.getProfilerInfo().autoStopProfiler in dumpProfileDataLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2006 Landroid/app/ActivityThread$Profiler;->autoStopProfiler:Z
8281 Landroid/app/ProfilerInfo;->autoStopProfiler:Z