Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncModulatorTest.cpp47 static constexpr auto MARGIN_FOR_TX_APPLY = VSyncModulator::MARGIN_FOR_TX_APPLY + 1ms; member in android::scheduler::VSyncModulatorTest
81 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
95 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
113 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
125 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
143 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
155 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
167 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
185 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
192 std::this_thread::sleep_for(MARGIN_FOR_TX_APPLY); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.h42 static const constexpr std::chrono::nanoseconds MARGIN_FOR_TX_APPLY = 1ms; variable
DVSyncModulator.cpp118 if ((mEarlyTxnStartTime.load() + MARGIN_FOR_TX_APPLY) < mTxnAppliedTime.load()) { in onRefreshed()