Searched refs:mClockType (Results 1 – 2 of 2) sorted by relevance
206 private int mClockType; // Whether we need thread cpu / wall clock / both. field in ActivityManagerShellCommand563 mClockType = ProfilerInfo.getClockTypeFromString(clock_type); in makeIntent()733 mAgent, mAttachAgentDuringBind, mClockType, mProfilerOutputVersion);1075 mClockType = ProfilerInfo.CLOCK_TYPE_DEFAULT;1090 mClockType = ProfilerInfo.getClockTypeFromString(clock_type);1140 null, false, mClockType, mProfilerOutputVersion);
1007 int mClockType; field in ActivityThread.Profiler1035 mClockType = profilerInfo.clockType; in setProfiler()1045 flags = mClockType | ProfilerInfo.getFlagsForOutputVersion(mProfilerOutputVersion); in startProfiling()7232 mProfiler.mClockType = data.initProfilerInfo.clockType; in handleBindApplication()