Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DProfilerInfo.java64 public final boolean streamingOutput; field in ProfilerInfo
92 streamingOutput = streaming; in ProfilerInfo()
103 streamingOutput = in.streamingOutput; in ProfilerInfo()
133 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()
171 out.writeInt(streamingOutput ? 1 : 0); in writeToParcel()
186 proto.write(ProfilerInfoProto.STREAMING_OUTPUT, streamingOutput); in dumpDebug()
210 streamingOutput = in.readInt() != 0; in ProfilerInfo()
229 && streamingOutput == other.streamingOutput in equals()
240 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
H A DActivityThread.java949 boolean streamingOutput; field in ActivityThread.Profiler
976 streamingOutput = profilerInfo.streamingOutput; in setProfiler()
987 samplingInterval, streamingOutput); in startProfiling()
6790 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2424 + mProfileData.getProfilerInfo().streamingOutput in dumpProfileDataLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2015 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z
8288 Landroid/app/ProfilerInfo;->streamingOutput:Z