Searched refs:getBootClockTimeNs (Results 1 – 4 of 4) sorted by relevance
32 mStartStatisticTimeNs = getBootClockTimeNs(); in VariableRefreshRateStatistic()58 (getBootClockTimeNs() - item->second.mLastTimeStampInBootClockNs); in getPowerOffDurationNs()111 record.mLastTimeStampInBootClockNs = getBootClockTimeNs(); in onPowerStateChange()118 (getBootClockTimeNs() - in onPowerStateChange()126 record.mLastTimeStampInBootClockNs = getBootClockTimeNs(); in onPowerStateChange()227 endTimeStampInBootClockNs < 0 ? getBootClockTimeNs() : endTimeStampInBootClockNs; in updateIdleStats()
45 int64_t getBootClockTimeNs() { in getBootClockTimeNs() function52 return steadyClockTimeNs + (getBootClockTimeNs() - getSteadyClockTimeNs()); in steadyClockTimeToBootClockTimeNs()
99 int64_t getBootClockTimeNs();
56 uint64_t statisticDurationNs = getBootClockTimeNs() - mStartStatisticTimeNs; in getStateResidency()