Searched refs:mPendingCurrentPresentTime (Results 1 – 2 of 2) sorted by relevance
621 if (!mRecord.mPendingCurrentPresentTime.has_value()) { in onPresent()627 mRefreshRateCalculator->onPresent(mRecord.mPendingCurrentPresentTime.value().mTime, in onPresent()631 mFrameRateReporter->onPresent(mRecord.mPendingCurrentPresentTime.value().mTime, 0); in onPresent()635 ->onPresent(mRecord.mPendingCurrentPresentTime.value().mTime, in onPresent()638 mRecord.mPresentHistory.next() = mRecord.mPendingCurrentPresentTime.value(); in onPresent()672 mRecord.mPendingCurrentPresentTime.value().mTime + in onPresent()682 mRecord.mPendingCurrentPresentTime.value().mTime + delayNs; in onPresent()737 mRecord.mPendingCurrentPresentTime = std::nullopt; in onPresent()747 mRecord.mPendingCurrentPresentTime = {mVrrActiveConfig, timestampNanos, frameIntervalNs}; in setExpectedPresentTime()
213 mPendingCurrentPresentTime = std::nullopt; in clear()219 std::optional<PresentEvent> mPendingCurrentPresentTime = std::nullopt; member