Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.h202 void waitForComplete(std::shared_ptr<IVibratorCallback> &&callback);
DVibrator.cpp1090 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()
1679 void Vibrator::waitForComplete(std::shared_ptr<IVibratorCallback> &&callback) { in waitForComplete() function in aidl::android::hardware::vibrator::Vibrator