Searched refs:notifyExpectedPresentConfig (Results 1 – 5 of 5) sorted by relevance
171 if (vrrConfig->notifyExpectedPresentConfig) { in to_string()172 out << "headsUpNs=" << vrrConfig->notifyExpectedPresentConfig->headsUpNs in to_string()173 << ", timeoutNs=" << vrrConfig->notifyExpectedPresentConfig->timeoutNs; in to_string()
304 hwcMode.vrrConfig->notifyExpectedPresentConfig = {}; in getModesFromDisplayConfigurations()
365 .notifyExpectedPresentConfig = hal::VrrConfig:: in TEST_F()414 EXPECT_EQ(modes.front().vrrConfig->notifyExpectedPresentConfig, std::nullopt); in TEST_F()
410 ? modePtr->getVrrConfig()->notifyExpectedPresentConfig in setDisplayModePtr()
4342 const auto notifyExpectedPresentConfig = in onExpectedPresentTimePosted() local4343 modePtr->getVrrConfig()->notifyExpectedPresentConfig; in onExpectedPresentTimePosted()4344 if (!notifyExpectedPresentConfig) return std::nullopt; in onExpectedPresentTimePosted()4345 return Period::fromNs(notifyExpectedPresentConfig->timeoutNs); in onExpectedPresentTimePosted()