Searched refs:mAsyncHandle (Results 1 – 4 of 4) sorted by relevance
242 std::future<void> mAsyncHandle; variable
217 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()
255 std::future<void> mAsyncHandle; variable
179 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()