Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h242 std::future<void> mAsyncHandle; variable
DVibrator.cpp217 mAsyncHandle(std::async([] {})) { in Vibrator()
553 if (mAsyncHandle.wait_for(ASYNC_COMPLETION_TIMEOUT) != std::future_status::ready) { in on()
574 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()
1030 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in composePwle()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h255 std::future<void> mAsyncHandle; variable
DVibrator.cpp179 mAsyncHandle(std::async([] {})) { in Vibrator()
617 if (mAsyncHandle.wait_for(ASYNC_COMPLETION_TIMEOUT) != std::future_status::ready) { in on()
677 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()