Home
last modified time | relevance | path

Searched refs:streamingOutput (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DProfilerInfo.java52 public final boolean streamingOutput; field in ProfilerInfo
74 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()
DActivityThread.java804 boolean streamingOutput; field in ActivityThread.Profiler
830 streamingOutput = profilerInfo.streamingOutput; in setProfiler()
840 streamingOutput); in startProfiling()
6148 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10835 " mStreamingOutput=" + mProfileData.getProfilerInfo().streamingOutput); in dumpProcessesLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2229 Landroid/app/ActivityThread$Profiler;->streamingOutput:Z
8832 Landroid/app/ProfilerInfo;->streamingOutput:Z