Home
last modified time | relevance | path

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

12

/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/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/audio/aidl/default/bassboost/
DBassBoostSw.cpp96 const auto strength = bbParam.get<BassBoost::strengthPm>(); in setParameterSpecific() local
175 RetCode BassBoostSwContext::setBbStrengthPm(int strength) { in setBbStrengthPm()
/hardware/qcom/audio/post_proc/
Dvirtualizer.h27 int strength; member
Dbass_boost.h27 int strength; member
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.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
/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/interfaces/vibrator/bench/
Dbenchmark.cpp102 for (const auto& strength : hidl_enum_range<EffectStrength>()) { in DefaultArgs() local
111 auto strength = getStrength(*state); in performBench() local
406 for (const auto& strength : enum_range<Aidl::EffectStrength>()) { in DefaultArgs() local
/hardware/google/pixel/vibrator/drv2624/
DVibrator.cpp240 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
255 static ndk::ScopedAStatus convertEffectStrength(EffectStrength strength, uint8_t *outScale) { in convertEffectStrength()
305 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
342 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
/hardware/interfaces/audio/aidl/vts/
DVtsHalVirtualizerTargetTest.cpp116 void addStrengthParam(int strength) { in addStrengthParam()
143 std::string strength = std::to_string(std::get<PARAM_STRENGTH>(info.param)); in __anon56e10e150102() local
DVtsHalBassBoostTargetTest.cpp120 void addStrengthParam(int strength) { in addStrengthParam()
147 std::string strength = std::to_string(std::get<PARAM_STRENGTH>(info.param)); in __anon18cf78040102() local
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl40 …rform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in perform()
50 …t id, in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in alwaysOnEnable()
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl118 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform()
236 void alwaysOnEnable(in int id, in Effect effect, in EffectStrength strength); in alwaysOnEnable()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl40 …rform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in perform()
50 …t id, in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrength stre… in alwaysOnEnable()
/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
445 auto strength = std::get<1>(tuple); in TEST_P() local
490 auto strength = std::get<1>(seqIter->first); in TEST_P() local
/hardware/google/pixel/vibrator/drv2624/bench/
Dbenchmark.cpp151 for (const auto &strength : ndk::enum_range<EffectStrength>()) { in DefaultArgs() local
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp241 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
268 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
299 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
310 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
318 for (EffectStrength strength : kInvalidEffectStrengths) { in TEST_P() local
627 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp478 auto strength = std::get<1>(param); in PrintParam() local
486 auto strength = std::get<1>(param); in TEST_P() local
551 auto strength = std::get<1>(param); in TEST_P() local
698 auto strength = std::get<1>(scale->first); in TEST_P() local
/hardware/interfaces/audio/aidl/default/virtualizer/
DVirtualizerSw.cpp227 RetCode VirtualizerSwContext::setVrStrength(int strength) { in setVrStrength()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp77 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
209 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp357 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
612 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
1084 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
1147 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
1257 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()

12