Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java52 public final boolean streamingOutput; field in ProfilerInfo
74 streamingOutput = streaming; in ProfilerInfo()
84 streamingOutput = in.streamingOutput; in ProfilerInfo()
95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()
132 out.writeInt(streamingOutput ? 1 : 0); in writeToParcel()
146 proto.write(ProfilerInfoProto.STREAMING_OUTPUT, streamingOutput); in writeToProto()
169 streamingOutput = in.readInt() != 0; in ProfilerInfo()
187 && streamingOutput == other.streamingOutput in equals()
197 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
DActivityThread.java659 boolean streamingOutput; field in ActivityThread.Profiler
685 streamingOutput = profilerInfo.streamingOutput; in setProfiler()
695 streamingOutput); in startProfiling()
5557 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17079 " mStreamingOutput=" + mProfilerInfo.streamingOutput); in dumpProcessesLocked()
/frameworks/base/config/
Dhiddenapi-private-dex.txt2447 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z
9784 Landroid/app/ProfilerInfo;->streamingOutput:Z