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

/frameworks/av/services/audioflinger/
H A DEffects.cpp771 void AudioFlinger::EffectModule::setSuspended(bool suspended) argument
774 mSuspended = suspended;
777 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
1104 if (mEffect->suspended()) {
1150 if (mEffect->suspended()) {
1180 // restore suspended effects if the disconnected handle was enabled and the last one.
1873 // auxiliary effects and visualizer are never suspended on output mix
1907 // if the effect is not suspend check if all effects are suspended
1918 ALOGW("checkSuspendOnEffectEnabled() Fx should be suspended here!");
1925 // if effect is requested to suspended bu
[all...]

Completed in 55 milliseconds