Searched refs:streamingOutput (Results 1 – 4 of 4) sorted by relevance
68 public final boolean streamingOutput; field in ProfilerInfo102 streamingOutput = streaming; in ProfilerInfo()114 streamingOutput = in.streamingOutput; in ProfilerInfo()161 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()199 out.writeInt(streamingOutput ? 1 : 0); in writeToParcel()215 proto.write(ProfilerInfoProto.STREAMING_OUTPUT, streamingOutput); in dumpDebug()240 streamingOutput = in.readInt() != 0; in ProfilerInfo()260 && streamingOutput == other.streamingOutput && Objects.equals(agent, other.agent) in equals()271 result = 31 * result + (streamingOutput ? 1 : 0); in hashCode()
1006 boolean streamingOutput; field in ActivityThread.Profiler1034 streamingOutput = profilerInfo.streamingOutput; in setProfiler()1048 streamingOutput); in startProfiling()7231 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
2561 + mProfileData.getProfilerInfo().streamingOutput in dumpProfileDataLocked()
2015 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z8288 Landroid/app/ProfilerInfo;->streamingOutput:Z