Searched refs:perform_1_1 (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/vibrator/1.1/vts/functional/ |
D | VtsHalVibratorV1_1TargetTest.cpp | 69 vibrator->perform_1_1(Effect_1_1::CLICK, EffectStrength::MEDIUM, validatePerformEffect); in TEST_P() 70 vibrator->perform_1_1(Effect_1_1::TICK, EffectStrength::STRONG, validatePerformEffect); in TEST_P() 80 vibrator->perform_1_1(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 90 vibrator->perform_1_1(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 99 EXPECT_OK(vibrator->perform_1_1(Effect_1_1::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P() 108 EXPECT_OK(vibrator->perform_1_1(Effect_1_1::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
|
/hardware/interfaces/vibrator/1.3/example/ |
D | Vibrator.h | 44 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,
|
D | Vibrator.cpp | 73 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() function in android::hardware::vibrator::V1_3::implementation::Vibrator
|
/hardware/interfaces/vibrator/1.1/ |
D | IVibrator.hal | 37 perform_1_1(Effect_1_1 effect, EffectStrength strength)
|