Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DFpsReporter.cpp36 if (now - mLastDispatch < kMinDispatchDuration) { in dispatchLayerFps()
94 mLastDispatch = now; in dispatchLayerFps()
DFpsReporter.h65 std::chrono::steady_clock::time_point mLastDispatch; variable