/aosp12/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
H A D | VtsHalAudioEffectTargetTest.cpp | 651 equalizer = IEqualizerEffect::castFrom(effect); in SetUp() 652 ASSERT_NE(nullptr, equalizer.get()); in SetUp() 656 equalizer.clear(); in TearDown() 667 sp<IEqualizerEffect> equalizer; member in EqualizerAudioEffectHidlTest 672 Return<void> ret = equalizer->getNumBands([&](Result r, uint16_t b) { in getNumBands() 708 ret = equalizer->getBandCenterFrequency(band, [&](Result r, uint32_t center) { in getBandFrequencyRange() 755 Return<Result> ret = equalizer->setBandLevel(i, levels[j]); in TEST_P() 830 Return<Result> ret = equalizer->setCurrentPreset(i); in TEST_P() 867 Return<Result> ret = equalizer->setAllProperties(props); in TEST_P() 882 ret = equalizer->setAllProperties(props); in TEST_P() [all …]
|
/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | EqualizerTest.java | 239 …public EqualizerParam(Equalizer equalizer, int min, int max, SeekBar seekBar, TextView textView, S… in EqualizerParam() argument 242 mEqualizer = equalizer; in EqualizerParam() 264 …public BandLevelParam(Equalizer equalizer, int band, short min, short max, SeekBar seekBar, TextVi… in BandLevelParam() argument 265 super (equalizer, min, max, seekBar, textView, "mB"); in BandLevelParam() 268 mEqualizer = equalizer; in BandLevelParam() 290 …public PresetParam(Equalizer equalizer, short min, short max, SeekBar seekBar, TextView textView) { in PresetParam() argument 291 super (equalizer, min, max, seekBar, textView, ""); in PresetParam() 293 mEqualizer = equalizer; in PresetParam()
|
/aosp12/hardware/interfaces/audio/effect/2.0/ |
H A D | IEqualizerEffect.hal | 24 * 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.
|
/aosp12/hardware/interfaces/audio/effect/4.0/ |
H A D | IEqualizerEffect.hal | 24 * 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.
|
/aosp12/hardware/interfaces/audio/effect/5.0/ |
H A D | IEqualizerEffect.hal | 24 * 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.
|
/aosp12/hardware/interfaces/audio/effect/6.0/ |
H A D | IEqualizerEffect.hal | 24 * 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.
|
/aosp12/hardware/interfaces/audio/effect/7.0/ |
H A D | IEqualizerEffect.hal | 24 * 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.
|
/aosp12/hardware/qcom/audio/post_proc/ |
H A D | Android.mk | 15 equalizer.c \
|
/aosp12/frameworks/av/media/libeffects/data/ |
H A D | audio_effects.conf | 99 equalizer {
|
/aosp12/hardware/qcom/msm8994/kernel-headers/sound/ |
H A D | audio_effects.h | 287 struct eq_params equalizer; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/sound/ |
H A D | audio_effects.h | 316 struct eq_params equalizer; member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | audio_effects.h | 346 struct eq_params equalizer; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | audio_effects.h | 370 struct eq_params equalizer; member
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/ |
H A D | audio_effects.h | 346 struct eq_params equalizer; member
|
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
H A D | audio_effects.h | 370 struct eq_params equalizer; member
|
/aosp12/packages/apps/MusicFX/src/com/android/musicfx/ |
H A D | ControlPanelEffect.java | 1271 final Equalizer equalizer = mEQInstances.remove(storedAudioSession); in closeSession() local 1272 if (equalizer != null) { in closeSession() 1273 equalizer.release(); in closeSession()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |