Searched refs:MARGIN_FOR_TX_APPLY (Results 1 – 3 of 3) sorted by relevance
47 static constexpr auto MARGIN_FOR_TX_APPLY = VSyncModulator::MARGIN_FOR_TX_APPLY + 1ms; member in android::scheduler::VSyncModulatorTest81 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 …]
42 static const constexpr std::chrono::nanoseconds MARGIN_FOR_TX_APPLY = 1ms; variable
118 if ((mEarlyTxnStartTime.load() + MARGIN_FOR_TX_APPLY) < mTxnAppliedTime.load()) { in onRefreshed()