Lines Matching refs:EffectModule
511 AudioFlinger::EffectModule::EffectModule(const sp<AudioFlinger::EffectCallbackInterface>& callback, in EffectModule() function in android::AudioFlinger::EffectModule
554 AudioFlinger::EffectModule::~EffectModule() in ~EffectModule()
567 ssize_t AudioFlinger::EffectModule::removeHandle_l(EffectHandle *handle) in removeHandle_l()
581 bool AudioFlinger::EffectModule::updateState() { in updateState()
629 void AudioFlinger::EffectModule::process() in process()
829 void AudioFlinger::EffectModule::reset_l() in reset_l()
837 status_t AudioFlinger::EffectModule::configure() in configure()
1032 status_t AudioFlinger::EffectModule::init() in init()
1051 void AudioFlinger::EffectModule::addEffectToHal_l() in addEffectToHal_l()
1060 status_t AudioFlinger::EffectModule::start() in start()
1073 status_t AudioFlinger::EffectModule::start_l() in start_l()
1097 status_t AudioFlinger::EffectModule::stop() in stop()
1103 status_t AudioFlinger::EffectModule::stop_l() in stop_l()
1137 void AudioFlinger::EffectModule::release_l() in release_l()
1147 status_t AudioFlinger::EffectModule::removeEffectFromHal_l() in removeEffectFromHal_l()
1163 status_t AudioFlinger::EffectModule::command(uint32_t cmdCode, in command()
1241 bool AudioFlinger::EffectModule::isProcessEnabled() const in isProcessEnabled()
1261 bool AudioFlinger::EffectModule::isOffloadedOrDirect() const in isOffloadedOrDirect()
1266 bool AudioFlinger::EffectModule::isVolumeControlEnabled() const in isVolumeControlEnabled()
1271 void AudioFlinger::EffectModule::setInBuffer(const sp<EffectBufferHalInterface>& buffer) { in setInBuffer()
1319 void AudioFlinger::EffectModule::setOutBuffer(const sp<EffectBufferHalInterface>& buffer) { in setOutBuffer()
1363 status_t AudioFlinger::EffectModule::setVolume(uint32_t *left, uint32_t *right, bool controller) in setVolume()
1406 status_t AudioFlinger::EffectModule::sendSetAudioDevicesCommand( in sendSetAudioDevicesCommand()
1432 status_t AudioFlinger::EffectModule::setDevices(const AudioDeviceTypeAddrVector &devices) in setDevices()
1437 status_t AudioFlinger::EffectModule::setInputDevice(const AudioDeviceTypeAddr &device) in setInputDevice()
1442 status_t AudioFlinger::EffectModule::setMode(audio_mode_t mode) in setMode()
1464 status_t AudioFlinger::EffectModule::setAudioSource(audio_source_t source) in setAudioSource()
1482 status_t AudioFlinger::EffectModule::setOffloaded(bool offloaded, audio_io_handle_t io) in setOffloaded()
1515 bool AudioFlinger::EffectModule::isOffloaded() const in isOffloaded()
1536 void AudioFlinger::EffectModule::dump(int fd, const Vector<String16>& args) in dump()
1960 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l( in getEffectFromDesc_l()
1974 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l()
1988 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l( in getEffectFromType_l()
2083 status_t AudioFlinger::EffectChain::createEffect_l(sp<EffectModule>& effect, in createEffect_l()
2090 effect = new EffectModule(mEffectCallback, desc, id, sessionId, pinned, AUDIO_PORT_HANDLE_NONE); in createEffect_l()
2102 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
2108 status_t AudioFlinger::EffectChain::addEffect_ll(const sp<EffectModule>& effect) in addEffect_ll()
2226 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect, in removeEffect_l()
2238 if (mEffects[i]->state() == EffectModule::ACTIVE || in removeEffect_l()
2239 mEffects[i]->state() == EffectModule::STOPPING) { in removeEffect_l()
2380 if (mEffects[i]->state() == EffectModule::ACTIVE || in syncHalEffectsState()
2381 mEffects[i]->state() == EffectModule::STOPPING) { in syncHalEffectsState()
2411 sp<EffectModule> effect = mEffects[i]; in dump()
2444 sp<EffectModule> effect = getEffectIfEnabled(type); in setEffectSuspended_l()
2464 sp<EffectModule> effect = desc->mEffect.promote(); in setEffectSuspended_l()
2496 Vector< sp<EffectModule> > effects; in setEffectSuspendedAll_l()
2562 Vector< sp<AudioFlinger::EffectModule> > &effects) in getSuspendEligibleEffects()
2572 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled( in getEffectIfEnabled()
2575 sp<EffectModule> effect = getEffectFromType_l(type); in getEffectIfEnabled()
2579 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect, in checkSuspendOnEffectEnabled()
3004 mHalEffect = new EffectModule(mMyCallback, in checkPort()
3060 size_t AudioFlinger::DeviceEffectProxy::removeEffect(const sp<EffectModule>& effect) in removeEffect()
3171 sp<EffectModule> effect = effectBase->asEffectModule(); in disconnectEffectHandle()