Lines Matching refs:EffectStrength
179 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength; typedef
419 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
423 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
428 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2()
433 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3()
438 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper()
445 auto validStrengthRange = hidl_enum_range<EffectStrength>(); in performWrapper()
453 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect()
459 case EffectStrength::LIGHT: in performEffect()
462 case EffectStrength::MEDIUM: in performEffect()
465 case EffectStrength::STRONG: in performEffect()