Lines Matching refs:EffectChain

1397 void AudioFlinger::EffectChain::setVolumeForOutput_l(uint32_t left, uint32_t right)  in setVolumeForOutput_l()
1944 AudioFlinger::EffectChain::EffectChain(const wp<ThreadBase>& thread, in EffectChain() function in android::AudioFlinger::EffectChain
1949 mEffectCallback(new EffectCallback(wp<EffectChain>(this), thread)) in EffectChain()
1960 AudioFlinger::EffectChain::~EffectChain() in ~EffectChain()
1965 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l( in getEffectFromDesc_l()
1979 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l()
1993 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l( in getEffectFromType_l()
2006 std::vector<int> AudioFlinger::EffectChain::getEffectIds() in getEffectIds()
2016 void AudioFlinger::EffectChain::clearInputBuffer() in clearInputBuffer()
2023 void AudioFlinger::EffectChain::clearInputBuffer_l() in clearInputBuffer_l()
2036 void AudioFlinger::EffectChain::process_l() in process_l()
2088 status_t AudioFlinger::EffectChain::createEffect_l(sp<EffectModule>& effect, in createEffect_l()
2107 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
2113 status_t AudioFlinger::EffectChain::addEffect_ll(const sp<EffectModule>& effect) in addEffect_ll()
2231 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect, in removeEffect_l()
2269 void AudioFlinger::EffectChain::setDevices_l(const AudioDeviceTypeAddrVector &devices) in setDevices_l()
2278 void AudioFlinger::EffectChain::setInputDevice_l(const AudioDeviceTypeAddr &device) in setInputDevice_l()
2287 void AudioFlinger::EffectChain::setMode_l(audio_mode_t mode) in setMode_l()
2296 void AudioFlinger::EffectChain::setAudioSource_l(audio_source_t source) in setAudioSource_l()
2304 bool AudioFlinger::EffectChain::hasVolumeControlEnabled_l() const { in hasVolumeControlEnabled_l()
2312 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force) in setVolume_l()
2379 void AudioFlinger::EffectChain::resetVolume_l() in resetVolume_l()
2388 void AudioFlinger::EffectChain::syncHalEffectsState() in syncHalEffectsState()
2399 void AudioFlinger::EffectChain::dump(int fd, const Vector<String16>& args) in dump()
2438 void AudioFlinger::EffectChain::setEffectSuspended_l( in setEffectSuspended_l()
2494 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) in setEffectSuspendedAll_l()
2550 bool AudioFlinger::EffectChain::isEffectEligibleForBtNrecSuspend(const effect_uuid_t *type) in isEffectEligibleForBtNrecSuspend()
2560 bool AudioFlinger::EffectChain::isEffectEligibleForSuspend(const effect_descriptor_t& desc) in isEffectEligibleForSuspend()
2573 void AudioFlinger::EffectChain::getSuspendEligibleEffects( in getSuspendEligibleEffects()
2584 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled( in getEffectIfEnabled()
2591 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect, in checkSuspendOnEffectEnabled()
2633 bool AudioFlinger::EffectChain::isNonOffloadableEnabled() in isNonOffloadableEnabled()
2639 bool AudioFlinger::EffectChain::isNonOffloadableEnabled_l() in isNonOffloadableEnabled_l()
2650 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()
2656 void AudioFlinger::EffectChain::checkOutputFlagCompatibility(audio_output_flags_t *flags) const in checkOutputFlagCompatibility()
2666 void AudioFlinger::EffectChain::checkInputFlagCompatibility(audio_input_flags_t *flags) const in checkInputFlagCompatibility()
2676 bool AudioFlinger::EffectChain::isRawCompatible() const in isRawCompatible()
2688 bool AudioFlinger::EffectChain::isFastCompatible() const in isFastCompatible()
2702 bool AudioFlinger::EffectChain::isCompatibleWithThread_l(const sp<ThreadBase>& thread) const in isCompatibleWithThread_l()
2714 status_t AudioFlinger::EffectChain::EffectCallback::createEffectHal( in createEffectHal()
2729 bool AudioFlinger::EffectChain::EffectCallback::updateOrphanEffectChains( in updateOrphanEffectChains()
2739 status_t AudioFlinger::EffectChain::EffectCallback::allocateHalBuffer( in allocateHalBuffer()
2746 status_t AudioFlinger::EffectChain::EffectCallback::addEffectToHal( in addEffectToHal()
2762 status_t AudioFlinger::EffectChain::EffectCallback::removeEffectFromHal( in removeEffectFromHal()
2778 audio_io_handle_t AudioFlinger::EffectChain::EffectCallback::io() const { in io()
2786 bool AudioFlinger::EffectChain::EffectCallback::isOutput() const { in isOutput()
2794 bool AudioFlinger::EffectChain::EffectCallback::isOffload() const { in isOffload()
2802 bool AudioFlinger::EffectChain::EffectCallback::isOffloadOrDirect() const { in isOffloadOrDirect()
2810 bool AudioFlinger::EffectChain::EffectCallback::isOffloadOrMmap() const { in isOffloadOrMmap()
2818 uint32_t AudioFlinger::EffectChain::EffectCallback::sampleRate() const { in sampleRate()
2826 audio_channel_mask_t AudioFlinger::EffectChain::EffectCallback::channelMask() const { in channelMask()
2834 uint32_t AudioFlinger::EffectChain::EffectCallback::channelCount() const { in channelCount()
2842 size_t AudioFlinger::EffectChain::EffectCallback::frameCount() const { in frameCount()
2850 uint32_t AudioFlinger::EffectChain::EffectCallback::latency() const { in latency()
2858 void AudioFlinger::EffectChain::EffectCallback::setVolumeForOutput(float left, float right) const { in setVolumeForOutput()
2866 void AudioFlinger::EffectChain::EffectCallback::checkSuspendOnEffectEnabled( in checkSuspendOnEffectEnabled()
2874 sp<EffectChain> c = mChain.promote(); in checkSuspendOnEffectEnabled()
2882 void AudioFlinger::EffectChain::EffectCallback::onEffectEnable(const sp<EffectBase>& effect) { in onEffectEnable()
2891 void AudioFlinger::EffectChain::EffectCallback::onEffectDisable(const sp<EffectBase>& effect) { in onEffectDisable()
2901 bool AudioFlinger::EffectChain::EffectCallback::disconnectEffectHandle(EffectHandle *handle, in disconnectEffectHandle()
2911 void AudioFlinger::EffectChain::EffectCallback::resetVolume() { in resetVolume()
2912 sp<EffectChain> c = mChain.promote(); in resetVolume()
2920 uint32_t AudioFlinger::EffectChain::EffectCallback::strategy() const { in strategy()
2921 sp<EffectChain> c = mChain.promote(); in strategy()
2928 int32_t AudioFlinger::EffectChain::EffectCallback::activeTrackCnt() const { in activeTrackCnt()
2929 sp<EffectChain> c = mChain.promote(); in activeTrackCnt()