Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DFpsReporter.h62 static const constexpr std::chrono::steady_clock::duration kMinDispatchDuration = variable
DFpsReporter.cpp37 if (now - mLastDispatch < kMinDispatchDuration) { in dispatchLayerFps()