Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:suspended

6716 void AudioFlinger::EffectModule::setSuspended(bool suspended)
6719 mSuspended = suspended;
6721 bool AudioFlinger::EffectModule::suspended()
6871 if (mEffect->suspended()) {
6896 if (mEffect->suspended()) {
7566 // auxiliary effects and visualizer are never suspended on output mix
7605 // if the effect is not suspend check if all effects are suspended
7616 LOGW("checkSuspendOnEffectEnabled() Fx should be suspended here!");
7623 // if effect is requested to suspended but was not yet enabled, supend it now.