Searched refs:mProfilerOutputVersion (Results 1 – 2 of 2) sorted by relevance
207 private int mProfilerOutputVersion; // The version of the profiler output. field in ActivityManagerShellCommand565 mProfilerOutputVersion = Integer.parseInt(getNextArgRequired()); in makeIntent()733 mAgent, mAttachAgentDuringBind, mClockType, mProfilerOutputVersion);1076 mProfilerOutputVersion = ProfilerInfo.OUTPUT_VERSION_DEFAULT;1092 mProfilerOutputVersion = Integer.parseInt(getNextArgRequired());1140 null, false, mClockType, mProfilerOutputVersion);
1008 int mProfilerOutputVersion; field in ActivityThread.Profiler1036 mProfilerOutputVersion = profilerInfo.profilerOutputVersion; in setProfiler()1045 flags = mClockType | ProfilerInfo.getFlagsForOutputVersion(mProfilerOutputVersion); in startProfiling()7233 mProfiler.mProfilerOutputVersion = data.initProfilerInfo.profilerOutputVersion; in handleBindApplication()