Searched refs:streamingOutput (Results 1 – 3 of 3) sorted by relevance
52 public final boolean streamingOutput; field in ProfilerInfo74 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 dumpDebug()169 streamingOutput = in.readInt() != 0; in ProfilerInfo()187 && streamingOutput == other.streamingOutput in equals()197 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
847 boolean streamingOutput; field in ActivityThread.Profiler873 streamingOutput = profilerInfo.streamingOutput; in setProfiler()883 streamingOutput); in startProfiling()6398 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
11658 " mStreamingOutput=" + mProfileData.getProfilerInfo().streamingOutput); in dumpProcessesLocked()