Home
last modified time | relevance | path

Searched refs:waitForComplete (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp405 void waitForComplete() { in waitForComplete() function in HalCallback
434 cb->waitForComplete();
461 cb->waitForComplete();
702 cb->waitForComplete();
814 cb->waitForComplete();
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h225 void waitForComplete(std::shared_ptr<IVibratorCallback> &&callback);
DVibrator.cpp574 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()
1030 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in composePwle()
1317 void Vibrator::waitForComplete(std::shared_ptr<IVibratorCallback> &&callback) { in waitForComplete() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h235 void waitForComplete(std::shared_ptr<IVibratorCallback> &&callback);
DVibrator.cpp677 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()
1623 void Vibrator::waitForComplete(std::shared_ptr<IVibratorCallback> &&callback) { in waitForComplete() function in aidl::android::hardware::vibrator::Vibrator