Home
last modified time | relevance | path

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

/aosp12/system/media/audio/include/system/
H A Daudio_effect-base.h60 EFFECT_FLAG_AUDIO_MODE_IND = 262144 /* 1 << AUDIO_MODE_SHIFT */, enumerator
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIEffect.hal121 * EFFECT_FLAG_AUDIO_MODE_IND flag in its descriptor to receive this command
/aosp12/hardware/interfaces/audio/effect/4.0/
H A DIEffect.hal116 * EFFECT_FLAG_AUDIO_MODE_IND flag in its descriptor to receive this command
/aosp12/hardware/interfaces/audio/effect/5.0/
H A DIEffect.hal116 * EFFECT_FLAG_AUDIO_MODE_IND flag in its descriptor to receive this command
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIEffect.hal116 * EFFECT_FLAG_AUDIO_MODE_IND flag in its descriptor to receive this command
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIEffect.hal114 * EFFECT_FLAG_AUDIO_MODE_IND flag in its descriptor to receive this command
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.cpp470 case EFFECT_FLAG_AUDIO_MODE_IND: s.append("required"); break; in effectFlagsToString()
1507 if ((mDescriptor.flags & EFFECT_FLAG_AUDIO_MODE_MASK) == EFFECT_FLAG_AUDIO_MODE_IND) { in setMode()
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c43 EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_DEVICE_IND | EFFECT_FLAG_AUDIO_MODE_IND,