Searched refs:EffectDescriptorCollection (Results 1 – 3 of 3) sorted by relevance
46 EffectDescriptorCollection::EffectDescriptorCollection() : in EffectDescriptorCollection() function in android::EffectDescriptorCollection53 status_t EffectDescriptorCollection::registerEffect(const effect_descriptor_t *desc, in registerEffect()81 status_t EffectDescriptorCollection::unregisterEffect(int id) in unregisterEffect()107 status_t EffectDescriptorCollection::setEffectEnabled(int id, bool enabled) in setEffectEnabled()119 status_t EffectDescriptorCollection::setEffectEnabled(const sp<EffectDescriptor> &effectDesc, in setEffectEnabled()149 bool EffectDescriptorCollection::isNonOffloadableEffectEnabled() in isNonOffloadableEffectEnabled()163 uint32_t EffectDescriptorCollection::getMaxEffectsCpuLoad() const in getMaxEffectsCpuLoad()168 uint32_t EffectDescriptorCollection::getMaxEffectsMemory() const in getMaxEffectsMemory()173 status_t EffectDescriptorCollection::dump(int fd) in dump()
40 class EffectDescriptorCollection : public KeyedVector<int, sp<EffectDescriptor> >43 EffectDescriptorCollection();
523 EffectDescriptorCollection mEffects; // list of registered audio effects