Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp374 mAsyncHandle(std::async([] {})) { in Vibrator()
966 if (mAsyncHandle.wait_for(ASYNC_COMPLETION_TIMEOUT) != std::future_status::ready) { in on()
1090 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()
DVibrator.h223 std::future<void> mAsyncHandle; variable