Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp70 static constexpr auto ASYNC_COMPLETION_TIMEOUT = std::chrono::milliseconds(100); variable
290 if (mAsyncHandle.wait_for(ASYNC_COMPLETION_TIMEOUT) != std::future_status::ready) { in on()