Searched refs:mWallClockTimeNs (Results 1 – 3 of 3) sorted by relevance
45 long mWallClockTimeNs; field in StatsLogEventWrapper51 this.mWallClockTimeNs = wallClockTimeNs; in StatsLogEventWrapper()135 "Writing " + mTag + " " + mElapsedTimeNs + " " + mWallClockTimeNs + " and " in writeToParcel()140 out.writeLong(mWallClockTimeNs); in writeToParcel()207 mWallClockTimeNs = in.readLong(); in readFromParcel()211 Slog.d(TAG, "Reading " + mTag + " " + mElapsedTimeNs + " " + mWallClockTimeNs); in readFromParcel()
105 int64_t getWallClockTimeNs() const { return mWallClockTimeNs; } in getWallClockTimeNs()116 int64_t mWallClockTimeNs; variable
57 if ((res = in->readInt64(&mWallClockTimeNs)) != OK) { in readFromParcel()91 if (mTagId <= 0 || mElapsedRealTimeNs <= 0 || mWallClockTimeNs <= 0 || in readFromParcel()