Home
last modified time | relevance | path

Searched defs:EffectStrength (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperHidlV1_2Test.cpp85 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
132 perform_1_2(Eq(V1_2::Effect::THUD), Eq(V1_0::EffectStrength::LIGHT), _)) 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()
DVibratorHalWrapperHidlV1_1Test.cpp82 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb cb) { 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()
131 [](V1_1::Effect_1_1, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb) { in TEST_F()
DVibratorHalWrapperHidlV1_3Test.cpp256 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
303 perform_1_2(Eq(V1_2::Effect::THUD), Eq(V1_0::EffectStrength::LIGHT), _)) 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()
356 [](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb) { in TEST_F()
DVibratorHalWrapperHidlV1_0Test.cpp260 [](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()
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp534 HalResult<void> HidlHalWrapper<I>::alwaysOnEnable(int32_t, Effect, EffectStrength) { in alwaysOnEnable() argument