Searched refs:performEffect (Results 1 – 6 of 6) sorted by relevance
/device/google/wahoo/vibrator/ |
D | Vibrator.cpp | 203 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); in performWrapper() 206 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect() function in android::hardware::vibrator::V1_2::implementation::Vibrator
|
D | Vibrator.h | 55 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
|
/device/google/bonito/vibrator/ |
D | Vibrator.cpp | 193 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); in performWrapper() 196 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect() function in android::hardware::vibrator::V1_2::implementation::Vibrator
|
D | Vibrator.h | 68 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
|
/device/google/crosshatch/vibrator/ |
D | Vibrator.h | 53 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
|
D | Vibrator.cpp | 178 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); in performWrapper() 181 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in android::hardware::vibrator::V1_2::implementation::Vibrator
|