Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vibratorservice/test/
H A 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()
H A 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()
H A 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()
H A 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()
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
H A DEffectStrength.aidl20 enum EffectStrength { enum
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
H A DEffectStrength.aidl36 enum EffectStrength { enum
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
H A DEffectStrength.aidl36 enum EffectStrength { enum
/aosp12/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
H A DEffectStrength.aidl21 enum EffectStrength { enum
/aosp12/hardware/interfaces/vibrator/1.0/default/
H A DVibrator.cpp63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform() argument
/aosp12/hardware/interfaces/vibrator/bench/
H A Dbenchmark.cpp95 using EffectStrength = V1_0::EffectStrength; typedef in VibratorEffectsBench
108 void performBench(State* state, Return<void> (I::*performApi)(Effect, EffectStrength, in performBench() argument
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp525 HalResult<void> HidlHalWrapper<I>::alwaysOnEnable(int32_t, Effect, EffectStrength) { in alwaysOnEnable() argument