Searched refs:mLastTimeStampInBootClockNs (Results 1 – 3 of 3) sorted by relevance
58 (getBootClockTimeNs() - item->second.mLastTimeStampInBootClockNs); in getPowerOffDurationNs()111 record.mLastTimeStampInBootClockNs = getBootClockTimeNs(); in onPowerStateChange()119 mStatistics[mDisplayPresentProfile].mLastTimeStampInBootClockNs); in onPowerStateChange()126 record.mLastTimeStampInBootClockNs = getBootClockTimeNs(); in onPowerStateChange()160 record.mLastTimeStampInBootClockNs = presentTimeInBootClockNs; in onPresent()167 record.mLastTimeStampInBootClockNs = mLastPresentTimeInBootClockNs; in onPresent()237 record.mLastTimeStampInBootClockNs = mLastPresentTimeInBootClockNs; in updateIdleStats()257 record.mLastTimeStampInBootClockNs = mLastPresentTimeInBootClockNs; in updateIdleStats()273 key.mNumVsync, value.mCount, value.mLastTimeStampInBootClockNs); in updateStatistic()
118 this->mLastTimeStampInBootClockNs =119 std::max(mLastTimeStampInBootClockNs, other.mLastTimeStampInBootClockNs);127 os << ", LastTimeStampInBootClockNs = " << mLastTimeStampInBootClockNs; in toString()132 uint64_t mLastTimeStampInBootClockNs = 0; member
124 mRemappedStatistics[key].mLastTimeStampInBootClockNs = in mapStatistics()125 std::max(mRemappedStatistics[key].mLastTimeStampInBootClockNs, in mapStatistics()126 value.mLastTimeStampInBootClockNs); in mapStatistics()149 displayPresentRecord.mLastTimeStampInBootClockNs / MilliToNano; in aggregateStatistics()