Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java68 public final boolean streamingOutput; field in ProfilerInfo
102 streamingOutput = streaming; in ProfilerInfo()
114 streamingOutput = in.streamingOutput; in ProfilerInfo()
161 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()
199 out.writeInt(streamingOutput ? 1 : 0); in writeToParcel()
215 proto.write(ProfilerInfoProto.STREAMING_OUTPUT, streamingOutput); in dumpDebug()
240 streamingOutput = in.readInt() != 0; in ProfilerInfo()
260 && streamingOutput == other.streamingOutput && Objects.equals(agent, other.agent) in equals()
271 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
DActivityThread.java1006 boolean streamingOutput; field in ActivityThread.Profiler
1034 streamingOutput = profilerInfo.streamingOutput; in setProfiler()
1048 streamingOutput); in startProfiling()
7231 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2561 + mProfileData.getProfilerInfo().streamingOutput in dumpProfileDataLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2015 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z
8288 Landroid/app/ProfilerInfo;->streamingOutput:Z