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

/frameworks/av/services/audioflinger/
H A DEffects.cpp763 void AudioFlinger::EffectModule::setSuspended(bool suspended) argument
766 mSuspended = suspended;
769 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
1096 if (mEffect->suspended()) {
1142 if (mEffect->suspended()) {
1172 // restore suspended effects if the disconnected handle was enabled and the last one.
1865 // auxiliary effects and visualizer are never suspended on output mix
1899 // if the effect is not suspend check if all effects are suspended
1910 ALOGW("checkSuspendOnEffectEnabled() Fx should be suspended here!");
1917 // if effect is requested to suspended bu
[all...]

Completed in 29 milliseconds