Searched refs:streamingOutput (Results 1 – 4 of 4) 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 writeToProto()169 streamingOutput = in.readInt() != 0; in ProfilerInfo()187 && streamingOutput == other.streamingOutput in equals()197 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
813 boolean streamingOutput; field in ActivityThread.Profiler839 streamingOutput = profilerInfo.streamingOutput; in setProfiler()849 streamingOutput); in startProfiling()6188 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
10886 " mStreamingOutput=" + mProfileData.getProfilerInfo().streamingOutput); in dumpProcessesLocked()
2015 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z8291 Landroid/app/ProfilerInfo;->streamingOutput:Z