Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/1.2/vts/functional/
DVtsHalVibratorV1_2TargetTest.cpp106 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_P() local
107 EXPECT_OK(vibrator->perform_1_2(Effect::THUD, badStrength, validatePerformEffectBadInput)); in TEST_P()
115 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_P() local
116 EXPECT_OK(vibrator->perform_1_2(Effect::THUD, badStrength, validatePerformEffectBadInput)); in TEST_P()
/hardware/interfaces/vibrator/1.1/vts/functional/
DVtsHalVibratorV1_1TargetTest.cpp98 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_P() local
99 EXPECT_OK(vibrator->perform_1_1(Effect_1_1::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
107 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_P() local
108 EXPECT_OK(vibrator->perform_1_1(Effect_1_1::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
/hardware/interfaces/vibrator/1.3/vts/functional/
DVtsHalVibratorV1_3TargetTest.cpp119 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_P() local
120 EXPECT_OK(vibrator->perform_1_3(Effect::THUD, badStrength, in TEST_P()
129 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_P() local
130 EXPECT_OK(vibrator->perform_1_3(Effect::THUD, badStrength, in TEST_P()
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp101 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_P() local
102 EXPECT_OK(vibrator->perform(Effect::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
110 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_P() local
111 EXPECT_OK(vibrator->perform(Effect::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()