Lines Matching full:suspended
776 void AudioFlinger::EffectModule::setSuspended(bool suspended)
779 mSuspended = suspended;
782 bool AudioFlinger::EffectModule::suspended() const
1109 if (mEffect->suspended()) {
1155 if (mEffect->suspended()) {
1185 // restore suspended effects if the disconnected handle was enabled and the last one.
1878 // auxiliary effects and visualizer are never suspended on output mix
1912 // if the effect is not suspend check if all effects are suspended
1923 ALOGW("checkSuspendOnEffectEnabled() Fx should be suspended here!");
1930 // if effect is requested to suspended but was not yet enabled, supend it now.