Searched refs:EffectDescriptorCollection (Results 1 – 3 of 3) sorted by relevance
46 EffectDescriptorCollection::EffectDescriptorCollection() : in EffectDescriptorCollection() function in android::EffectDescriptorCollection54 status_t EffectDescriptorCollection::registerEffect(const effect_descriptor_t *desc, in registerEffect()85 status_t EffectDescriptorCollection::unregisterEffect(int id) in unregisterEffect()111 status_t EffectDescriptorCollection::setEffectEnabled(int id, bool enabled) in setEffectEnabled()123 status_t EffectDescriptorCollection::setEffectEnabled(const sp<EffectDescriptor> &effectDesc, in setEffectEnabled()153 bool EffectDescriptorCollection::isNonOffloadableEffectEnabled() in isNonOffloadableEffectEnabled()167 uint32_t EffectDescriptorCollection::getMaxEffectsCpuLoad() const in getMaxEffectsCpuLoad()172 uint32_t EffectDescriptorCollection::getMaxEffectsMemory() const in getMaxEffectsMemory()177 status_t EffectDescriptorCollection::dump(int fd) in dump()
40 class EffectDescriptorCollection : public KeyedVector<int, sp<EffectDescriptor> >43 EffectDescriptorCollection();
536 EffectDescriptorCollection mEffects; // list of registered audio effects