Home
last modified time | relevance | path

Searched refs:equalizer (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/audio/effect/5.0/
DIEqualizerEffect.hal24 * Gets the number of frequency bands that the equalizer supports.
35 * Sets the gain for the given equalizer band.
40 * Gets the gain for the given equalizer band.
64 * Gets the names of all presets the equalizer supports.
/hardware/interfaces/audio/effect/2.0/
DIEqualizerEffect.hal24 * Gets the number of frequency bands that the equalizer supports.
35 * Sets the gain for the given equalizer band.
40 * Gets the gain for the given equalizer band.
64 * Gets the names of all presets the equalizer supports.
/hardware/interfaces/audio/effect/4.0/
DIEqualizerEffect.hal24 * Gets the number of frequency bands that the equalizer supports.
35 * Sets the gain for the given equalizer band.
40 * Gets the gain for the given equalizer band.
64 * Gets the names of all presets the equalizer supports.
/hardware/interfaces/audio/effect/6.0/
DIEqualizerEffect.hal24 * Gets the number of frequency bands that the equalizer supports.
35 * Sets the gain for the given equalizer band.
40 * Gets the gain for the given equalizer band.
64 * Gets the names of all presets the equalizer supports.
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp536 equalizer = IEqualizerEffect::castFrom(effect); in SetUp()
537 ASSERT_NE(nullptr, equalizer.get()); in SetUp()
541 equalizer.clear(); in TearDown()
552 sp<IEqualizerEffect> equalizer; member in EqualizerAudioEffectHidlTest
557 Return<void> ret = equalizer->getNumBands([&](Result r, uint16_t b) { in getNumBands()
569 Return<void> ret = equalizer->getLevelRange([&](Result r, int16_t min, int16_t max) { in getLevelRange()
584 equalizer->getBandFrequencyRange(band, [&](Result r, uint32_t min, uint32_t max) { in getBandFrequencyRange()
593 ret = equalizer->getBandCenterFrequency(band, [&](Result r, uint32_t center) { in getBandFrequencyRange()
605 Return<void> ret = equalizer->getPresetNames([&](Result r, const hidl_vec<hidl_string>& names) { in getPresetCount()
640 Return<Result> ret = equalizer->setBandLevel(i, levels[j]); in TEST_P()
[all …]
/hardware/qcom/audio/post_proc/
DAndroid.mk15 equalizer.c \
/hardware/qcom/msm8994/original-kernel-headers/sound/
Daudio_effects.h316 struct eq_params equalizer; member
/hardware/qcom/msm8994/kernel-headers/sound/
Daudio_effects.h287 struct eq_params equalizer; member
/hardware/qcom/msm8996/kernel-headers/sound/
Daudio_effects.h346 struct eq_params equalizer; member
/hardware/qcom/msm8x09/kernel-headers/sound/
Daudio_effects.h346 struct eq_params equalizer; member
/hardware/qcom/msm8998/kernel-headers/sound/
Daudio_effects.h346 struct eq_params equalizer; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Daudio_effects.h370 struct eq_params equalizer; member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Daudio_effects.h370 struct eq_params equalizer; member
/hardware/qcom/msm8998/original-kernel-headers/sound/
Daudio_effects.h370 struct eq_params equalizer; member