Home
last modified time | relevance | path

Searched refs:mClockType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java206 private int mClockType; // Whether we need thread cpu / wall clock / both. field in ActivityManagerShellCommand
563 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);
/frameworks/base/core/java/android/app/
DActivityThread.java1007 int mClockType; field in ActivityThread.Profiler
1035 mClockType = profilerInfo.clockType; in setProfiler()
1045 flags = mClockType | ProfilerInfo.getFlagsForOutputVersion(mProfilerOutputVersion); in startProfiling()
7232 mProfiler.mClockType = data.initProfilerInfo.clockType; in handleBindApplication()