Searched refs:perform_1_2 (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/vibrator/1.2/vts/functional/ |
D | VtsHalVibratorV1_2TargetTest.cpp | 76 EXPECT_OK(vibrator->perform_1_2(effect, strength, validatePerformEffect)); in TEST_P() 88 vibrator->perform_1_2(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 98 vibrator->perform_1_2(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 107 EXPECT_OK(vibrator->perform_1_2(Effect::THUD, badStrength, validatePerformEffectBadInput)); in TEST_P() 116 EXPECT_OK(vibrator->perform_1_2(Effect::THUD, badStrength, validatePerformEffectBadInput)); in TEST_P()
|
/hardware/interfaces/vibrator/1.3/example/ |
D | Vibrator.h | 48 Return<void> perform_1_2(V1_2::Effect effect, EffectStrength strength,
|
D | Vibrator.cpp | 80 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2() function in android::hardware::vibrator::V1_3::implementation::Vibrator
|
/hardware/interfaces/vibrator/1.2/ |
D | IVibrator.hal | 35 perform_1_2(Effect effect, EffectStrength strength)
|