/aosp12/hardware/interfaces/vibrator/1.1/vts/functional/ |
H A D | VtsHalVibratorV1_1TargetTest.cpp | 69 vibrator->perform_1_1(Effect_1_1::CLICK, EffectStrength::MEDIUM, validatePerformEffect); in TEST_P() 70 vibrator->perform_1_1(Effect_1_1::TICK, EffectStrength::STRONG, validatePerformEffect); in TEST_P() 80 vibrator->perform_1_1(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 90 vibrator->perform_1_1(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P() 99 EXPECT_OK(vibrator->perform_1_1(Effect_1_1::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P() 108 EXPECT_OK(vibrator->perform_1_1(Effect_1_1::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
|
/aosp12/frameworks/native/services/vibratorservice/test/ |
H A D | VibratorHalWrapperHidlV1_1Test.cpp | 51 MOCK_METHOD(hardware::Return<void>, perform_1_1, 104 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F() 115 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::MEDIUM), _)) in TEST_F() 123 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::STRONG), _)) in TEST_F()
|
H A D | VibratorHalWrapperHidlV1_2Test.cpp | 52 MOCK_METHOD(hardware::Return<void>, perform_1_1, 107 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
|
H A D | VibratorHalWrapperHidlV1_3Test.cpp | 57 MOCK_METHOD(hardware::Return<void>, perform_1_1, 278 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
|
/aosp12/hardware/interfaces/vibrator/1.3/example/ |
H A D | Vibrator.h | 44 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,
|
H A D | Vibrator.cpp | 73 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() function in android::hardware::vibrator::V1_3::implementation::Vibrator
|
/aosp12/hardware/interfaces/vibrator/1.1/ |
H A D | IVibrator.hal | 37 perform_1_1(Effect_1_1 effect, EffectStrength strength)
|
/aosp12/hardware/interfaces/vibrator/bench/ |
H A D | benchmark.cpp | 209 BENCHMARK_WRAPPER(VibratorEffectsBench_V1_1, perform_1_1, 210 { performBench(&state, &V1_1::IVibrator::perform_1_1); });
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 597 return performInternal(&V1_1::IVibrator::perform_1_1, getHal(), in performEffect() 615 return performInternal(&V1_2::IVibrator::perform_1_1, getHal(), in performEffect() 642 return performInternal(&V1_3::IVibrator::perform_1_1, getHal(), in performEffect()
|
/aosp12/frameworks/native/cmds/idlcli/vibrator/ |
H A D | CommandPerform.cpp | 150 hidlRet = hal->call(&V1_1::IVibrator::perform_1_1, in doMain()
|