Home
last modified time | relevance | path

Searched defs:MARGIN_FOR_TX_APPLY (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.h42 static const constexpr std::chrono::nanoseconds MARGIN_FOR_TX_APPLY = 1ms; variable
/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