Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp40 const constexpr auto kDrawingTimeout = 3s; variable
74 if (std::chrono::steady_clock::now() - drawStart > kDrawingTimeout) { in drawFrames()
75 aout << "Stops drawing on " << kDrawingTimeout.count() << "s timeout for test " in drawFrames()