Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DProfilerInfo.java48 public final boolean autoStopProfiler; field in ProfilerInfo
74 autoStopProfiler = autoStop; in ProfilerInfo()
84 autoStopProfiler = in.autoStopProfiler; in ProfilerInfo()
96 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()
132 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()
146 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler); in dumpDebug()
169 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()
186 && autoStopProfiler == other.autoStopProfiler in equals()
197 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
H A DActivityThread.java909 boolean autoStopProfiler; field in ActivityThread.Profiler
935 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()
2301 && mProfiler.autoStopProfiler) { in queueIdle()
6495 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2192 + mProfileData.getProfilerInfo().autoStopProfiler in dumpProfileDataLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2006 Landroid/app/ActivityThread$Profiler;->autoStopProfiler:Z
8281 Landroid/app/ProfilerInfo;->autoStopProfiler:Z