Home
last modified time | relevance | path

Searched refs:perform_1_3 (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/vibrator/1.3/vts/functional/
DVtsHalVibratorV1_3TargetTest.cpp89 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/
DVibrator.h54 Return<void> perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
DVibrator.cpp103 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/
DIVibrator.hal57 perform_1_3(Effect effect, EffectStrength strength)
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp277 BENCHMARK_WRAPPER(VibratorEffectsBench_V1_3, perform_1_3,
278 { performBench(&state, &V1_3::IVibrator::perform_1_3); });