Searched refs:EFFECT_FLAG_VOLUME_CTRL (Results 1 – 16 of 16) sorted by relevance
/aosp12/hardware/qcom/audio/post_proc/ |
H A D | reverb.c | 35 (EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_HW_ACC_TUNNEL | EFFECT_FLAG_VOLUME_CTRL), 48 EFFECT_FLAG_VOLUME_CTRL), 60 (EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_HW_ACC_TUNNEL | EFFECT_FLAG_VOLUME_CTRL), 73 EFFECT_FLAG_VOLUME_CTRL),
|
H A D | virtualizer.c | 35 EFFECT_FLAG_VOLUME_CTRL),
|
H A D | bass_boost.c | 35 EFFECT_FLAG_VOLUME_CTRL),
|
H A D | equalizer.c | 34 (EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_HW_ACC_TUNNEL | EFFECT_FLAG_VOLUME_CTRL),
|
/aosp12/system/media/audio/include/system/ |
H A D | audio_effect-base.h | 31 EFFECT_FLAG_VOLUME_CTRL = 64 /* 1 << VOLUME_SHIFT */, enumerator
|
/aosp12/frameworks/av/media/libeffects/proxy/ |
H A D | EffectProxy.cpp | 42 EFFECT_FLAG_VOLUME_CTRL), // effect capability flags
|
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
H A D | EffectBundle.cpp | 98 EFFECT_FLAG_VOLUME_CTRL), 111 EFFECT_FLAG_VOLUME_CTRL), 123 (EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_FIRST | EFFECT_FLAG_VOLUME_CTRL), 135 (EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST | EFFECT_FLAG_VOLUME_CTRL),
|
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
H A D | EffectReverb.cpp | 104 EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_FIRST | EFFECT_FLAG_VOLUME_CTRL, 128 EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_FIRST | EFFECT_FLAG_VOLUME_CTRL,
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | Effects.h | 129 == EFFECT_FLAG_VOLUME_CTRL; } in isVolumeControl()
|
H A D | Effects.cpp | 420 case EFFECT_FLAG_VOLUME_CTRL: s.append("implements control"); break; in effectFlagsToString() 1427 ((mDescriptor.flags & EFFECT_FLAG_VOLUME_MASK) == EFFECT_FLAG_VOLUME_CTRL || in setVolume()
|
/aosp12/hardware/interfaces/audio/effect/2.0/ |
H A D | IEffect.hal | 89 * effect engine. The effect implementation must set EFFECT_FLAG_VOLUME_CTRL
|
/aosp12/hardware/interfaces/audio/effect/4.0/ |
H A D | IEffect.hal | 85 * effect engine. The effect implementation must set EFFECT_FLAG_VOLUME_CTRL
|
/aosp12/hardware/interfaces/audio/effect/5.0/ |
H A D | IEffect.hal | 85 * effect engine. The effect implementation must set EFFECT_FLAG_VOLUME_CTRL
|
/aosp12/hardware/interfaces/audio/effect/6.0/ |
H A D | IEffect.hal | 85 * effect engine. The effect implementation must set EFFECT_FLAG_VOLUME_CTRL
|
/aosp12/hardware/interfaces/audio/effect/7.0/ |
H A D | IEffect.hal | 83 * effect engine. The effect implementation must set EFFECT_FLAG_VOLUME_CTRL
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/ |
H A D | EffectDynamicsProcessing.cpp | 55 (EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST | EFFECT_FLAG_VOLUME_CTRL),
|