Searched defs:streamingOutput (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DProfilerInfo.java52 public final boolean streamingOutput; field in class:ProfilerInfo
74 streamingOutput = streaming;
84 streamingOutput = in.streamingOutput;
95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind);
132 out.writeInt(streamingOutput ? 1 : 0);
146 proto.write(ProfilerInfoProto.STREAMING_OUTPUT, streamingOutput);
169 streamingOutput = in.readInt() != 0;
187 && streamingOutput == other.streamingOutput
[all...]
H A DActivityThread.java659 boolean streamingOutput; field in class:ActivityThread.Profiler
685 streamingOutput = profilerInfo.streamingOutput;
695 streamingOutput);
5557 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput;

Completed in 60 milliseconds