Home
last modified time | relevance | path

Searched refs:clockType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DProfilerInfo.java84 public final int clockType; field in ProfilerInfo
87 boolean streaming, String agent, boolean attachAgentDuringBind, int clockType) { in ProfilerInfo() argument
93 this.clockType = clockType; in ProfilerInfo()
106 clockType = in.clockType; in ProfilerInfo()
134 this.clockType); in setAgent()
174 out.writeInt(clockType); in writeToParcel()
188 proto.write(ProfilerInfoProto.CLOCK_TYPE, clockType); in dumpDebug()
213 clockType = in.readInt(); in ProfilerInfo()
231 && clockType == other.clockType; in equals()
242 result = 31 * result + clockType; in hashCode()
H A DActivityThread.java977 mClockType = profilerInfo.clockType; in setProfiler()
6791 mProfiler.mClockType = data.initProfilerInfo.clockType; in handleBindApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2426 + mProfileData.getProfilerInfo().clockType); in dumpProfileDataLocked()