Searched refs:perform_1_3 (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/vibrator/1.3/vts/functional/ |
D | VtsHalVibratorV1_3TargetTest.cpp | 89 EXPECT_OK(vibrator->perform_1_3(effect, strength, validatePerformEffect)); in TEST_P() 100 EXPECT_OK(vibrator->perform_1_3(badEffect, EffectStrength::LIGHT, in TEST_P() 110 EXPECT_OK(vibrator->perform_1_3(badEffect, EffectStrength::LIGHT, in TEST_P() 120 EXPECT_OK(vibrator->perform_1_3(Effect::THUD, badStrength, in TEST_P() 130 EXPECT_OK(vibrator->perform_1_3(Effect::THUD, badStrength, in TEST_P()
|
/hardware/interfaces/vibrator/1.3/example/ |
D | Vibrator.h | 54 Return<void> perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
D | Vibrator.cpp | 103 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3() function in android::hardware::vibrator::V1_3::implementation::Vibrator
|
/hardware/interfaces/vibrator/1.3/ |
D | IVibrator.hal | 57 perform_1_3(Effect effect, EffectStrength strength)
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 277 BENCHMARK_WRAPPER(VibratorEffectsBench_V1_3, perform_1_3, 278 { performBench(&state, &V1_3::IVibrator::perform_1_3); });
|