Home
last modified time | relevance | path

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

1234

/aosp_15_r20/frameworks/native/services/vibratorservice/test/
H A DVibratorHalWrapperHidlV1_2Test.cpp86 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
133 perform_1_2(Eq(V1_2::Effect::THUD), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
136 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
147 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
154 .WillOnce([](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb cb) { in TEST_F()
159 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_2::perform_cb) { in TEST_F()
H A DVibratorHalWrapperHidlV1_3Test.cpp257 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
304 perform_1_2(Eq(V1_2::Effect::THUD), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
307 [](V1_2::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
332 [](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
344 [](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
352 .WillOnce([](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb cb) { in TEST_F()
357 [](V1_3::Effect, V1_0::EffectStrength, MockIVibratorV1_3::perform_cb) { in TEST_F()
H A DVibratorHalWrapperHidlV1_1Test.cpp83 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb cb) { in TEST_F()
116 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::MEDIUM), _)) in TEST_F()
124 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::STRONG), _)) in TEST_F()
132 [](V1_1::Effect_1_1, V1_0::EffectStrength, MockIVibratorV1_1::perform_cb) { in TEST_F()
H A DVibratorHalWrapperHidlV1_0Test.cpp274 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb cb) { in TEST_F()
285 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb cb) { in TEST_F()
292 .WillOnce([](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb cb) { in TEST_F()
297 [](V1_0::Effect, V1_0::EffectStrength, MockIVibratorV1_0::perform_cb) { in TEST_F()
/aosp_15_r20/hardware/interfaces/tests/extension/vibrator/aidl/default/
H A DVibrator.cpp47 ndk::ScopedAStatus Vibrator::perform(Effect, EffectStrength, in perform() argument
86 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t, Effect, EffectStrength) { in alwaysOnEnable() argument
/aosp_15_r20/hardware/interfaces/vibrator/bench/
H A Dbenchmark.cpp127 using EffectStrength = V1_0::EffectStrength; typedef in VibratorEffectsBench
140 void performBench(State* state, Return<void> (I::*performApi)(Effect, EffectStrength, in performBench() argument
/aosp_15_r20/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorHalWrapper.h243 using EffectStrength = aidl::android::hardware::vibrator::EffectStrength; variable
380 using EffectStrength = aidl::android::hardware::vibrator::EffectStrength; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-ndk_platform-source/gen/android/hardware/vibrator/
DIVibrator.cpp1013 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in perform()
1063 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in alwaysOnEnable()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-ndk_platform-source/gen/android/hardware/vibrator/
DIVibrator.cpp1013 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in perform()
1063 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in alwaysOnEnable()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-ndk_platform-source/gen/android/hardware/vibrator/
DIVibrator.cpp1013 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in perform()
1063 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in alwaysOnEnable()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-ndk_platform-source/gen/android/hardware/vibrator/
DIVibrator.cpp1013 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in perform()
1063 …android::hardware::vibrator::Effect /*in_effect*/, ::aidl::android::hardware::vibrator::EffectStre… in alwaysOnEnable()
/aosp_15_r20/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
H A DEffectStrength.aidl21 enum EffectStrength { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V3-java-source/gen/android/hardware/vibrator/
DEffectStrength.java10 public @interface EffectStrength { annotation
/aosp_15_r20/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
H A DEffectStrength.aidl36 enum EffectStrength { enum
/aosp_15_r20/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
H A DEffectStrength.aidl20 enum EffectStrength { enum
/aosp_15_r20/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
H A DEffectStrength.aidl36 enum EffectStrength { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/aidl/android.hardware.vibrator_interface/dump/android/hardware/vibrator/
DEffectStrength.aidl36 enum EffectStrength { enum
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk_platform-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h17 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h18 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-ndk_platform-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h17 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk_platform-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h17 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h18 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk_platform-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h17 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h18 enum class EffectStrength : int8_t { enum
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V2-ndk_platform-source/gen/include/aidl/android/hardware/vibrator/
DEffectStrength.h17 enum class EffectStrength : int8_t { enum

1234