Lines Matching refs:EffectChain
59 const wp<AudioFlinger::EffectChain>& chain, in EffectModule()
298 sp<EffectChain> chain = mChain.promote(); in process()
484 sp<EffectChain> chain = mChain.promote(); in start_l()
1335 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread, in EffectChain() function in android::AudioFlinger::EffectChain
1349 AudioFlinger::EffectChain::~EffectChain() in ~EffectChain()
1358 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l( in getEffectFromDesc_l()
1372 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l()
1386 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l( in getEffectFromType_l()
1399 void AudioFlinger::EffectChain::clearInputBuffer() in clearInputBuffer()
1411 void AudioFlinger::EffectChain::clearInputBuffer_l(sp<ThreadBase> thread) in clearInputBuffer_l()
1423 void AudioFlinger::EffectChain::process_l() in process_l()
1467 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
1583 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) in removeEffect_l()
1617 void AudioFlinger::EffectChain::setDevice_l(audio_devices_t device) in setDevice_l()
1626 void AudioFlinger::EffectChain::setMode_l(audio_mode_t mode) in setMode_l()
1635 void AudioFlinger::EffectChain::setAudioSource_l(audio_source_t source) in setAudioSource_l()
1644 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right) in setVolume_l()
1704 void AudioFlinger::EffectChain::syncHalEffectsState() in syncHalEffectsState()
1715 void AudioFlinger::EffectChain::dump(int fd, const Vector<String16>& args) in dump()
1754 void AudioFlinger::EffectChain::setEffectSuspended_l( in setEffectSuspended_l()
1808 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) in setEffectSuspendedAll_l()
1863 bool AudioFlinger::EffectChain::isEffectEligibleForSuspend(const effect_descriptor_t& desc) in isEffectEligibleForSuspend()
1875 void AudioFlinger::EffectChain::getSuspendEligibleEffects( in getSuspendEligibleEffects()
1886 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled( in getEffectIfEnabled()
1893 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect, in checkSuspendOnEffectEnabled()
1935 bool AudioFlinger::EffectChain::isNonOffloadableEnabled() in isNonOffloadableEnabled()
1947 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()