/aosp12/frameworks/native/services/vibratorservice/test/ |
H A D | VibratorHalWrapperHidlV1_2Test.cpp | 85 [](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 D | VibratorHalWrapperHidlV1_1Test.cpp | 82 [](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 D | VibratorHalWrapperHidlV1_3Test.cpp | 256 [](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 D | VibratorHalWrapperHidlV1_0Test.cpp | 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()
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
H A D | EffectStrength.aidl | 20 enum EffectStrength { enum
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
H A D | EffectStrength.aidl | 36 enum EffectStrength { enum
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
H A D | EffectStrength.aidl | 36 enum EffectStrength { enum
|
/aosp12/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
H A D | EffectStrength.aidl | 21 enum EffectStrength { enum
|
/aosp12/hardware/interfaces/vibrator/1.0/default/ |
H A D | Vibrator.cpp | 63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform() argument
|
/aosp12/hardware/interfaces/vibrator/bench/ |
H A D | benchmark.cpp | 95 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 D | VibratorHalWrapper.cpp | 525 HalResult<void> HidlHalWrapper<I>::alwaysOnEnable(int32_t, Effect, EffectStrength) { in alwaysOnEnable() argument
|