Searched refs:MIN_EARLY_TRANSACTION_TIME (Results 1 – 3 of 3) sorted by relevance
36 const std::chrono::nanoseconds VsyncModulator::MIN_EARLY_TRANSACTION_TIME = 1ms; member in android::scheduler::VsyncModulator113 if (mEarlyTransactionStartTime.load() + MIN_EARLY_TRANSACTION_TIME <= in onDisplayRefresh()
46 static const std::chrono::nanoseconds MIN_EARLY_TRANSACTION_TIME; variable
51 return now += VsyncModulator::MIN_EARLY_TRANSACTION_TIME; in Now()