Searched refs:expectedWakeupTime (Results 1 – 2 of 2) sorted by relevance
139 mVsync.expectedWakeupTime = mVsync.registration->schedule( in setDuration()185 mVsync.expectedWakeupTime = in invalidate()216 LOG_ALWAYS_FATAL_IF(!mVsync.expectedWakeupTime.has_value(), "callback was never scheduled"); in nextExpectedInvalidate()217 const auto expectedWakeupTime = std::chrono::nanoseconds(*mVsync.expectedWakeupTime); in nextExpectedInvalidate() local218 return std::optional<std::chrono::steady_clock::time_point>(expectedWakeupTime); in nextExpectedInvalidate()
117 std::optional<nsecs_t> expectedWakeupTime GUARDED_BY(mutex);