Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp420 return performWrapper(effect, strength, _hidl_cb); in perform()
425 return performWrapper(effect, strength, _hidl_cb); in perform_1_1()
430 return performWrapper(effect, strength, _hidl_cb); in perform_1_2()
434 return performWrapper(effect, strength, _hidl_cb); in perform_1_3()
438 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() function in android::hardware::vibrator::V1_3::implementation::Vibrator
DVibrator.h184 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb);