Home
last modified time | relevance | path

Searched refs:EffectDescriptorCollection (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DEffectDescriptor.cpp36 EffectDescriptorCollection::EffectDescriptorCollection() : in EffectDescriptorCollection() function in android::EffectDescriptorCollection
74 sp<EffectDescriptor> EffectDescriptorCollection::getEffect(int id) const in getEffect()
83 status_t EffectDescriptorCollection::unregisterEffect(int id) in unregisterEffect()
116 bool EffectDescriptorCollection::isEffectEnabled(int id) const in isEffectEnabled()
155 bool EffectDescriptorCollection::isNonOffloadableEffectEnabled() const in isNonOffloadableEffectEnabled()
169 uint32_t EffectDescriptorCollection::getMaxEffectsCpuLoad() const in getMaxEffectsCpuLoad()
174 uint32_t EffectDescriptorCollection::getMaxEffectsMemory() const in getMaxEffectsMemory()
179 void EffectDescriptorCollection::moveEffects(audio_session_t session, in moveEffects()
192 void EffectDescriptorCollection::moveEffects(const std::vector<int>& ids, in moveEffects()
218 EffectDescriptorCollection EffectDescriptorCollection::getEffectsForIo(audio_io_handle_t io) const in getEffectsForIo()
[all …]
H A DAudioInputDescriptor.cpp378 EffectDescriptorCollection effectsList = client->getEnabledEffects(); in updateClientRecordingConfiguration()
455 EffectDescriptorCollection AudioInputDescriptor::getEnabledEffects() const in getEnabledEffects()
458 EffectDescriptorCollection enabledEffects; in getEnabledEffects()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DEffectDescriptor.h54 class EffectDescriptorCollection : public KeyedVector<int, sp<EffectDescriptor> >
57 EffectDescriptorCollection();
63 EffectDescriptorCollection getEffectsForIo(audio_io_handle_t io) const;
H A DAudioInputDescriptor.h89 EffectDescriptorCollection getEnabledEffects() const;
90 EffectDescriptorCollection getActiveEffects() const; // enabled and not suspended
144 EffectDescriptorCollection mEnabledEffects;
H A DClientDescriptor.h182 EffectDescriptorCollection getEnabledEffects() const { return mEnabledEffects; } in getEnabledEffects()
190 EffectDescriptorCollection mEnabledEffects;
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h828 EffectDescriptorCollection mEffects; // list of registered audio effects