Searched refs:clockType (Results 1 – 3 of 3) sorted by relevance
84 public final int clockType; field in ProfilerInfo87 boolean streaming, String agent, boolean attachAgentDuringBind, int clockType) { in ProfilerInfo() argument93 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()
977 mClockType = profilerInfo.clockType; in setProfiler()6791 mProfiler.mClockType = data.initProfilerInfo.clockType; in handleBindApplication()
2426 + mProfileData.getProfilerInfo().clockType); in dumpProfileDataLocked()