Home
last modified time | relevance | path

Searched refs:perform_cb (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/vibrator/1.3/example/
H A DVibrator.h41 perform_cb _hidl_cb) override;
45 perform_cb _hidl_cb) override;
49 perform_cb _hidl_cb) override;
54 Return<void> perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
57 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
59 Return<void> perform(T effect, EffectStrength strength, perform_cb _hidl_cb);
H A DVibrator.cpp67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
74 perform_cb _hidl_cb) { in perform_1_1()
81 perform_cb _hidl_cb) { in perform_1_2()
103 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3()
109 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
136 Return<void> Vibrator::perform(T effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
/aosp12/frameworks/native/services/vibratorservice/test/
H A DVibratorHalWrapperHidlV1_2Test.cpp51 (V1_0::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
53 (V1_1::Effect_1_1 effect, V1_0::EffectStrength strength, perform_cb cb),
56 (V1_2::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
85 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
110 MockIVibratorV1_2::perform_cb cb) { in TEST_F()
135 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
146 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
153 .WillOnce([](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
158 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb) { in TEST_F() argument
H A DVibratorHalWrapperHidlV1_1Test.cpp50 (V1_0::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
52 (V1_1::Effect_1_1 effect, V1_0::EffectStrength strength, perform_cb cb),
82 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb cb) { in TEST_F()
107 MockIVibratorV1_1::perform_cb cb) { in TEST_F()
118 MockIVibratorV1_1::perform_cb cb) { in TEST_F()
126 MockIVibratorV1_1::perform_cb cb) { in TEST_F()
131 [](V1_1::Effect_1_1, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb) { in TEST_F() argument
H A DVibratorHalWrapperHidlV1_3Test.cpp56 (V1_0::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
58 (V1_1::Effect_1_1 effect, V1_0::EffectStrength strength, perform_cb cb),
61 (V1_2::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
63 (V1_3::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
256 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
281 MockIVibratorV1_3::perform_cb cb) { in TEST_F()
306 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
331 [](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
343 [](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
351 .WillOnce([](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
[all …]
H A DVibratorHalWrapperHidlV1_0Test.cpp56 (V1_0::Effect effect, V1_0::EffectStrength strength, perform_cb cb), (override));
260 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb cb) { in TEST_F()
271 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb cb) { in TEST_F()
278 .WillOnce([](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb cb) { in TEST_F()
283 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb) { in TEST_F() argument
/aosp12/hardware/interfaces/vibrator/1.0/default/
H A DVibrator.h37 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
H A DVibrator.cpp63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform()
/aosp12/hardware/interfaces/vibrator/bench/
H A Dbenchmark.cpp109 typename I::perform_cb)) { in performBench() argument
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorHalWrapper.h427 hardware::vibrator::V1_0::IVibrator::perform_cb);