Searched refs:presentTimeInBootClockNs (Results 1 – 1 of 1) sorted by relevance
133 int64_t presentTimeInBootClockNs = steadyClockTimeToBootClockTimeNs(presentTimeNs); in onPresent() local135 mLastPresentTimeInBootClockNs = presentTimeInBootClockNs; in onPresent()140 updateIdleStats(presentTimeInBootClockNs); in onPresent()146 presentTimeInBootClockNs + (std::nano::den / kFrameRateWhenPresentAtLpMode); in onPresent()148 int numVsync = roundDivide((presentTimeInBootClockNs - mLastPresentTimeInBootClockNs), in onPresent()152 mLastPresentTimeInBootClockNs = presentTimeInBootClockNs; in onPresent()160 record.mLastTimeStampInBootClockNs = presentTimeInBootClockNs; in onPresent()