Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp497 const auto CHANGE_DEADLINE = toTimePoint(timeline.newVsyncAppliedTimeNanos) + 100ms; in waitForVsyncPeriodChange() local
498 while (std::chrono::steady_clock::now() <= CHANGE_DEADLINE) { in waitForVsyncPeriodChange()