Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h46 static const std::chrono::nanoseconds MIN_EARLY_TRANSACTION_TIME; variable
DVsyncModulator.cpp36 const std::chrono::nanoseconds VsyncModulator::MIN_EARLY_TRANSACTION_TIME = 1ms; member in android::scheduler::VsyncModulator