Home
last modified time | relevance | path

Searched refs:mNextExpectedPresentTime (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.h212 mNextExpectedPresentTime = std::nullopt; in clear()
218 std::optional<PresentEvent> mNextExpectedPresentTime = std::nullopt; member
DVariableRefreshRateController.cpp224 mRecord.mNextExpectedPresentTime = {mVrrActiveConfig, timestamp, frameIntervalNs}; in notifyExpectedPresent()
860 if (!mRecord.mNextExpectedPresentTime.has_value()) { in handleCadenceChange()
866 mRecord.mNextExpectedPresentTime = std::nullopt; in handleCadenceChange()
871 if (!mRecord.mNextExpectedPresentTime.has_value()) { in handleResume()
877 mRecord.mNextExpectedPresentTime = std::nullopt; in handleResume()