Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.cpp36 const std::chrono::nanoseconds VsyncModulator::MIN_EARLY_TRANSACTION_TIME = 1ms; member in android::scheduler::VsyncModulator
113 if (mEarlyTransactionStartTime.load() + MIN_EARLY_TRANSACTION_TIME <= in onDisplayRefresh()
DVsyncModulator.h46 static const std::chrono::nanoseconds MIN_EARLY_TRANSACTION_TIME; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp51 return now += VsyncModulator::MIN_EARLY_TRANSACTION_TIME; in Now()