Lines Matching refs:EffectModule

555 AudioFlinger::EffectModule::EffectModule(const sp<AudioFlinger::EffectCallbackInterface>& callback,  in EffectModule()  function in android::AudioFlinger::EffectModule
599 AudioFlinger::EffectModule::~EffectModule() in ~EffectModule()
612 bool AudioFlinger::EffectModule::updateState() { in updateState()
667 void AudioFlinger::EffectModule::process() in process()
867 void AudioFlinger::EffectModule::reset_l() in reset_l()
875 status_t AudioFlinger::EffectModule::configure() in configure()
1072 status_t AudioFlinger::EffectModule::init() in init()
1091 void AudioFlinger::EffectModule::addEffectToHal_l() in addEffectToHal_l()
1105 status_t AudioFlinger::EffectModule::start() in start()
1118 status_t AudioFlinger::EffectModule::start_l() in start_l()
1142 status_t AudioFlinger::EffectModule::stop() in stop()
1148 status_t AudioFlinger::EffectModule::stop_l() in stop_l()
1182 void AudioFlinger::EffectModule::release_l() in release_l()
1192 status_t AudioFlinger::EffectModule::removeEffectFromHal_l() in removeEffectFromHal_l()
1213 status_t AudioFlinger::EffectModule::command(int32_t cmdCode, in command()
1295 bool AudioFlinger::EffectModule::isProcessEnabled() const in isProcessEnabled()
1315 bool AudioFlinger::EffectModule::isOffloadedOrDirect() const in isOffloadedOrDirect()
1320 bool AudioFlinger::EffectModule::isVolumeControlEnabled() const in isVolumeControlEnabled()
1325 void AudioFlinger::EffectModule::setInBuffer(const sp<EffectBufferHalInterface>& buffer) { in setInBuffer()
1373 void AudioFlinger::EffectModule::setOutBuffer(const sp<EffectBufferHalInterface>& buffer) { in setOutBuffer()
1417 status_t AudioFlinger::EffectModule::setVolume(uint32_t *left, uint32_t *right, bool controller) in setVolume()
1464 status_t AudioFlinger::EffectModule::sendSetAudioDevicesCommand( in sendSetAudioDevicesCommand()
1490 status_t AudioFlinger::EffectModule::setDevices(const AudioDeviceTypeAddrVector &devices) in setDevices()
1495 status_t AudioFlinger::EffectModule::setInputDevice(const AudioDeviceTypeAddr &device) in setInputDevice()
1500 status_t AudioFlinger::EffectModule::setMode(audio_mode_t mode) in setMode()
1522 status_t AudioFlinger::EffectModule::setAudioSource(audio_source_t source) in setAudioSource()
1540 status_t AudioFlinger::EffectModule::setOffloaded(bool offloaded, audio_io_handle_t io) in setOffloaded()
1573 bool AudioFlinger::EffectModule::isOffloaded() const in isOffloaded()
1580 bool AudioFlinger::EffectModule::isHapticGenerator(const effect_uuid_t *type) { in isHapticGenerator()
1584 bool AudioFlinger::EffectModule::isHapticGenerator() const { in isHapticGenerator()
1588 status_t AudioFlinger::EffectModule::setHapticIntensity(int id, int intensity) in setHapticIntensity()
1614 status_t AudioFlinger::EffectModule::setVibratorInfo(const media::AudioVibratorInfo& vibratorInfo) in setVibratorInfo()
1659 void AudioFlinger::EffectModule::dump(int fd, const Vector<String16>& args) in dump()
2086 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l( in getEffectFromDesc_l()
2100 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l()
2114 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l( in getEffectFromType_l()
2209 status_t AudioFlinger::EffectChain::createEffect_l(sp<EffectModule>& effect, in createEffect_l()
2216 effect = new EffectModule(mEffectCallback, desc, id, sessionId, pinned, AUDIO_PORT_HANDLE_NONE); in createEffect_l()
2228 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
2234 status_t AudioFlinger::EffectChain::addEffect_ll(const sp<EffectModule>& effect) in addEffect_ll()
2392 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect, in removeEffect_l()
2404 if (mEffects[i]->state() == EffectModule::ACTIVE || in removeEffect_l()
2405 mEffects[i]->state() == EffectModule::STOPPING) { in removeEffect_l()
2581 if (mEffects[i]->state() == EffectModule::ACTIVE || in syncHalEffectsState()
2582 mEffects[i]->state() == EffectModule::STOPPING) { in syncHalEffectsState()
2612 sp<EffectModule> effect = mEffects[i]; in dump()
2645 sp<EffectModule> effect = getEffectIfEnabled(type); in setEffectSuspended_l()
2665 sp<EffectModule> effect = desc->mEffect.promote(); in setEffectSuspended_l()
2697 Vector< sp<EffectModule> > effects; in setEffectSuspendedAll_l()
2763 Vector< sp<AudioFlinger::EffectModule> > &effects) in getSuspendEligibleEffects()
2773 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled( in getEffectIfEnabled()
2776 sp<EffectModule> effect = getEffectFromType_l(type); in getEffectIfEnabled()
2780 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect, in checkSuspendOnEffectEnabled()
3254 mHalEffect = new EffectModule(mMyCallback, in checkPort()
3316 size_t AudioFlinger::DeviceEffectProxy::removeEffect(const sp<EffectModule>& effect) in removeEffect()
3427 sp<EffectModule> effect = effectBase->asEffectModule(); in disconnectEffectHandle()