Searched defs:suspended (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp8640 void AudioFlinger::EffectModule::setSuspended(bool suspended) argument
8643 mSuspended = suspended;
8646 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
8796 if (mEffect->suspended()) {
8821 if (mEffect->suspended()) {
9500 // auxiliary effects and visualizer are never suspended on output mix
9533 // if the effect is not suspend check if all effects are suspended
9544 ALOGW("checkSuspendOnEffectEnabled() Fx should be suspended here!");
9551 // if effect is requested to suspended but was not yet enabled, supend it now.

Completed in 23 milliseconds