Searched refs:EffectDescriptorCollection (Results 1 – 6 of 6) sorted by relevance
36 EffectDescriptorCollection::EffectDescriptorCollection() : in EffectDescriptorCollection() function in android::EffectDescriptorCollection44 status_t EffectDescriptorCollection::registerEffect(const effect_descriptor_t *desc, in registerEffect()74 sp<EffectDescriptor> EffectDescriptorCollection::getEffect(int id) const in getEffect()83 status_t EffectDescriptorCollection::unregisterEffect(int id) in unregisterEffect()105 status_t EffectDescriptorCollection::setEffectEnabled(int id, bool enabled) in setEffectEnabled()116 bool EffectDescriptorCollection::isEffectEnabled(int id) const in isEffectEnabled()125 status_t EffectDescriptorCollection::setEffectEnabled(const sp<EffectDescriptor> &effectDesc, in setEffectEnabled()155 bool EffectDescriptorCollection::isNonOffloadableEffectEnabled() const in isNonOffloadableEffectEnabled()169 uint32_t EffectDescriptorCollection::getMaxEffectsCpuLoad() const in getMaxEffectsCpuLoad()174 uint32_t EffectDescriptorCollection::getMaxEffectsMemory() const in getMaxEffectsMemory()[all …]
378 EffectDescriptorCollection effectsList = client->getEnabledEffects(); in updateClientRecordingConfiguration()455 EffectDescriptorCollection AudioInputDescriptor::getEnabledEffects() const in getEnabledEffects()458 EffectDescriptorCollection enabledEffects; in getEnabledEffects()
54 class EffectDescriptorCollection : public KeyedVector<int, sp<EffectDescriptor> >57 EffectDescriptorCollection();63 EffectDescriptorCollection getEffectsForIo(audio_io_handle_t io) const;
89 EffectDescriptorCollection getEnabledEffects() const;90 EffectDescriptorCollection getActiveEffects() const; // enabled and not suspended144 EffectDescriptorCollection mEnabledEffects;
182 EffectDescriptorCollection getEnabledEffects() const { return mEnabledEffects; } in getEnabledEffects()190 EffectDescriptorCollection mEnabledEffects;
816 EffectDescriptorCollection mEffects; // list of registered audio effects