Searched refs:profilerOutputVersion (Results 1 – 3 of 3) sorted by relevance
93 public final int profilerOutputVersion; field in ProfilerInfo97 int profilerOutputVersion) { in ProfilerInfo() argument106 this.profilerOutputVersion = profilerOutputVersion; in ProfilerInfo()118 profilerOutputVersion = in.profilerOutputVersion; in ProfilerInfo()162 this.clockType, this.profilerOutputVersion); in setAgent()203 out.writeInt(profilerOutputVersion); in writeToParcel()218 proto.write(ProfilerInfoProto.PROFILER_OUTPUT_VERSION, profilerOutputVersion); in dumpDebug()244 profilerOutputVersion = in.readInt(); in ProfilerInfo()262 && profilerOutputVersion == other.profilerOutputVersion; in equals()274 result = 31 * result + profilerOutputVersion; in hashCode()
1036 mProfilerOutputVersion = profilerInfo.profilerOutputVersion; in setProfiler()7233 mProfiler.mProfilerOutputVersion = data.initProfilerInfo.profilerOutputVersion; in handleBindApplication()
2565 + mProfileData.getProfilerInfo().profilerOutputVersion); in dumpProfileDataLocked()