Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp217 : 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 DVibrator.h172 std::future<void> mAsyncHandle; variable
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.h211 std::future<void> mAsyncHandle; variable
H A DVibrator.cpp193 : 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()