Home
last modified time | relevance | path

Searched refs:mEarlyTxnStartTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.cpp77 mEarlyTxnStartTime = std::chrono::steady_clock::now(); in setTransactionStart()
118 if ((mEarlyTxnStartTime.load() + MARGIN_FOR_TX_APPLY) < mTxnAppliedTime.load()) { in onRefreshed()
DVSyncModulator.h119 std::atomic<std::chrono::steady_clock::time_point> mEarlyTxnStartTime = {}; variable