Home
last modified time | relevance | path

Searched defs:strength (Results 1 – 25 of 57) sorted by relevance

123

/hardware/interfaces/vibrator/1.3/example/
DVibrator.cpp67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
73 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
80 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, 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()
260 uint8_t Vibrator::strengthToAmplitude(EffectStrength strength, Status* status) { in strengthToAmplitude()
/hardware/interfaces/vibrator/1.2/vts/functional/
DVtsHalVibratorV1_2TargetTest.cpp75 for (const auto& strength : hidl_enum_range<EffectStrength>()) { in TEST_P() local
105 EffectStrength strength = *std::prev(hidl_enum_range<EffectStrength>().end()); in TEST_P() local
114 EffectStrength strength = *hidl_enum_range<EffectStrength>().begin(); in TEST_P() local
/hardware/interfaces/vibrator/1.3/vts/functional/
DVtsHalVibratorV1_3TargetTest.cpp88 for (const auto& strength : hidl_enum_range<EffectStrength>()) { in TEST_P() local
118 EffectStrength strength = *std::prev(hidl_enum_range<EffectStrength>().end()); in TEST_P() local
128 EffectStrength strength = *hidl_enum_range<EffectStrength>().begin(); in TEST_P() local
/hardware/interfaces/vibrator/1.1/vts/functional/
DVtsHalVibratorV1_1TargetTest.cpp97 EffectStrength strength = *std::prev(hidl_enum_range<EffectStrength>().end()); in TEST_P() local
106 EffectStrength strength = *hidl_enum_range<EffectStrength>().begin(); in TEST_P() local
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp126 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
152 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
179 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
190 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
198 for (EffectStrength strength : kInvalidEffectStrengths) { in TEST_P() local
477 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl24 …rform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in perform()
34 …t id, in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in alwaysOnEnable()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl24 …rform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in perform()
34 …t id, in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in alwaysOnEnable()
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl100 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform()
215 void alwaysOnEnable(in int id, in Effect effect, in EffectStrength strength); in alwaysOnEnable()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp166 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
332 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
412 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
465 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
554 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/hardware/google/pixel/vibrator/drv2624/
DVibrator.cpp242 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
257 static ndk::ScopedAStatus convertEffectStrength(EffectStrength strength, uint8_t *outScale) { in convertEffectStrength()
277 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp100 EffectStrength strength = *std::prev(hidl_enum_range<EffectStrength>().end()); in TEST_P() local
109 EffectStrength strength = *hidl_enum_range<EffectStrength>().begin(); in TEST_P() local
/hardware/qcom/audio/post_proc/
Dvirtualizer.c52 int virtualizer_set_strength(virtualizer_context_t *context, uint32_t strength) in virtualizer_set_strength()
126 uint32_t strength; in virtualizer_set_parameter() local
Dbass_boost.c52 int bassboost_set_strength(bassboost_context_t *context, uint32_t strength) in bassboost_set_strength()
126 uint32_t strength; in bassboost_set_parameter() local
Dvirtualizer.h27 int strength; member
Dbass_boost.h27 int strength; member
Deffect_api.c110 int strength) in offload_bassboost_set_strength()
186 int strength) in offload_virtualizer_set_strength()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp60 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
181 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp422 auto strength = std::get<1>(param); in PrintParam() local
430 auto strength = std::get<1>(param); in TEST_P() local
489 auto strength = std::get<1>(param); in TEST_P() local
621 auto strength = std::get<1>(scale->first); in TEST_P() local
/hardware/google/pixel/vibrator/drv2624/bench/
Dbenchmark.cpp150 for (const auto &strength : ndk::enum_range<EffectStrength>()) { in DefaultArgs() local
/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-vibrator.cpp392 auto strength = std::get<1>(tuple); in PrintParam() local
403 auto strength = std::get<1>(tuple); in TEST_P() local
/hardware/qcom/display/msm8960/libqdutils/
DqdMetaData.h43 int32_t strength; member
/hardware/qcom/display/msm8084/libqdutils/
DqdMetaData.h53 int32_t strength; member
/hardware/qcom/display/msm8226/libqdutils/
DqdMetaData.h53 int32_t strength; member
/hardware/qcom/display/msm8994/libqdutils/
DqdMetaData.h53 int32_t strength; member
/hardware/interfaces/audio/effect/all-versions/default/
DBassBoostEffect.cpp173 Return<Result> BassBoostEffect::setStrength(uint16_t strength) { in setStrength()

123