Home
last modified time | relevance | path

Searched refs:perform_1_1 (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/vibrator/1.1/vts/functional/
DVtsHalVibratorV1_1TargetTest.cpp69 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/
DVibrator.h44 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,
DVibrator.cpp73 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/
DIVibrator.hal37 perform_1_1(Effect_1_1 effect, EffectStrength strength)