Home
last modified time | relevance | path

Searched refs:notifyExpectedPresentConfig (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h171 if (vrrConfig->notifyExpectedPresentConfig) { in to_string()
172 out << "headsUpNs=" << vrrConfig->notifyExpectedPresentConfig->headsUpNs in to_string()
173 << ", timeoutNs=" << vrrConfig->notifyExpectedPresentConfig->timeoutNs; in to_string()
DHWComposer.cpp304 hwcMode.vrrConfig->notifyExpectedPresentConfig = {}; in getModesFromDisplayConfigurations()
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp365 .notifyExpectedPresentConfig = hal::VrrConfig:: in TEST_F()
414 EXPECT_EQ(modes.front().vrrConfig->notifyExpectedPresentConfig, std::nullopt); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp410 ? modePtr->getVrrConfig()->notifyExpectedPresentConfig in setDisplayModePtr()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4342 const auto notifyExpectedPresentConfig = in onExpectedPresentTimePosted() local
4343 modePtr->getVrrConfig()->notifyExpectedPresentConfig; in onExpectedPresentTimePosted()
4344 if (!notifyExpectedPresentConfig) return std::nullopt; in onExpectedPresentTimePosted()
4345 return Period::fromNs(notifyExpectedPresentConfig->timeoutNs); in onExpectedPresentTimePosted()