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()
804 boolean streamingOutput; field in ActivityThread.Profiler830 streamingOutput = profilerInfo.streamingOutput; in setProfiler()840 streamingOutput); in startProfiling()6148 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
10835 " mStreamingOutput=" + mProfileData.getProfilerInfo().streamingOutput); in dumpProcessesLocked()
2229 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z8832 Landroid/app/ProfilerInfo;->streamingOutput:Z