Home
last modified time | relevance | path

Searched refs:EFFECT_FLAG_VOLUME_IND (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Daudio_effect-base.h32 EFFECT_FLAG_VOLUME_IND = 128 /* 2 << VOLUME_SHIFT */, enumerator
/aosp12/hardware/qcom/audio/post_proc/
H A Dvolume_listener.c38 EFFECT_FLAG_VOLUME_IND | \
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIEffect.hal108 * set EFFECT_FLAG_VOLUME_IND flag in its descriptor to receive this
/aosp12/hardware/interfaces/audio/effect/4.0/
H A DIEffect.hal103 * set EFFECT_FLAG_VOLUME_IND flag in its descriptor to receive this
/aosp12/hardware/interfaces/audio/effect/5.0/
H A DIEffect.hal103 * set EFFECT_FLAG_VOLUME_IND flag in its descriptor to receive this
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIEffect.hal103 * set EFFECT_FLAG_VOLUME_IND flag in its descriptor to receive this
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIEffect.hal101 * set EFFECT_FLAG_VOLUME_IND flag in its descriptor to receive this
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.cpp421 case EFFECT_FLAG_VOLUME_IND: s.append("requires indication"); break; in effectFlagsToString()
1428 (mDescriptor.flags & EFFECT_FLAG_VOLUME_MASK) == EFFECT_FLAG_VOLUME_IND || in setVolume()