Searched refs:streamingOutput (Results 1 – 4 of 4) sorted by relevance
64 public final boolean streamingOutput; field in ProfilerInfo92 streamingOutput = streaming; in ProfilerInfo()103 streamingOutput = in.streamingOutput; in ProfilerInfo()133 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()171 out.writeInt(streamingOutput ? 1 : 0); in writeToParcel()186 proto.write(ProfilerInfoProto.STREAMING_OUTPUT, streamingOutput); in dumpDebug()210 streamingOutput = in.readInt() != 0; in ProfilerInfo()229 && streamingOutput == other.streamingOutput in equals()240 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
949 boolean streamingOutput; field in ActivityThread.Profiler976 streamingOutput = profilerInfo.streamingOutput; in setProfiler()987 samplingInterval, streamingOutput); in startProfiling()6790 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
2424 + mProfileData.getProfilerInfo().streamingOutput in dumpProfileDataLocked()
2015 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z8288 Landroid/app/ProfilerInfo;->streamingOutput:Z