Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/1.1/vts/functional/
DVtsHalVibratorV1_1TargetTest.cpp113 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_F() local
122 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_F() local
/hardware/interfaces/vibrator/1.2/vts/functional/
DVtsHalVibratorV1_2TargetTest.cpp121 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_F() local
130 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_F() local
/hardware/interfaces/vibrator/1.3/vts/functional/
DVtsHalVibratorV1_3TargetTest.cpp134 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_F() local
144 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_F() local
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp116 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) + 1); in TEST_F() local
125 EffectStrength badStrength = static_cast<EffectStrength>(static_cast<int32_t>(strength) - 1); in TEST_F() local