Searched refs:waitForComplete (Results 1 – 2 of 2) sorted by relevance
202 void waitForComplete(std::shared_ptr<IVibratorCallback> &&callback);
1090 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