Searched refs:mAsyncHandle (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Vibrator.cpp | 217 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)), mAsyncHandle(std::async([] {})) { in Vibrator() 589 if (mAsyncHandle.wait_for(ASYNC_COMPLETION_TIMEOUT) != std::future_status::ready) { in on() 617 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on() 926 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in composePwle()
|
H A D | Vibrator.h | 172 std::future<void> mAsyncHandle; variable
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/ |
H A D | Vibrator.h | 211 std::future<void> mAsyncHandle; variable
|
H A D | Vibrator.cpp | 193 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)), mAsyncHandle(std::async([] {})) { in Vibrator() 478 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on() 809 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in composePwle()
|