Lines Matching refs:EffectChain
59 const wp<AudioFlinger::EffectChain>& chain, in EffectModule()
298 sp<EffectChain> chain = mChain.promote(); in process()
492 sp<EffectChain> chain = mChain.promote(); in start_l()
1348 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread, in EffectChain() function in android::AudioFlinger::EffectChain
1362 AudioFlinger::EffectChain::~EffectChain() in ~EffectChain()
1371 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l( in getEffectFromDesc_l()
1385 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l()
1399 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l( in getEffectFromType_l()
1412 void AudioFlinger::EffectChain::clearInputBuffer() in clearInputBuffer()
1424 void AudioFlinger::EffectChain::clearInputBuffer_l(sp<ThreadBase> thread) in clearInputBuffer_l()
1436 void AudioFlinger::EffectChain::process_l() in process_l()
1480 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
1596 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) in removeEffect_l()
1630 void AudioFlinger::EffectChain::setDevice_l(audio_devices_t device) in setDevice_l()
1639 void AudioFlinger::EffectChain::setMode_l(audio_mode_t mode) in setMode_l()
1648 void AudioFlinger::EffectChain::setAudioSource_l(audio_source_t source) in setAudioSource_l()
1657 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) in setVolume_l()
1717 void AudioFlinger::EffectChain::syncHalEffectsState() in syncHalEffectsState()
1728 void AudioFlinger::EffectChain::dump(int fd, const Vector<String16>& args) in dump()
1767 void AudioFlinger::EffectChain::setEffectSuspended_l( in setEffectSuspended_l()
1821 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) in setEffectSuspendedAll_l()
1876 bool AudioFlinger::EffectChain::isEffectEligibleForSuspend(const effect_descriptor_t& desc) in isEffectEligibleForSuspend()
1888 void AudioFlinger::EffectChain::getSuspendEligibleEffects( in getSuspendEligibleEffects()
1899 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled( in getEffectIfEnabled()
1906 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect, in checkSuspendOnEffectEnabled()
1948 bool AudioFlinger::EffectChain::isNonOffloadableEnabled() in isNonOffloadableEnabled()
1960 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()