Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/1.2/vts/functional/
DVtsHalVibratorV1_2TargetTest.cpp76 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/
DVibrator.h48 Return<void> perform_1_2(V1_2::Effect effect, EffectStrength strength,
DVibrator.cpp80 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/
DIVibrator.hal35 perform_1_2(Effect effect, EffectStrength strength)