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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2131 // return an estimation of rendered frames when the output is suspended
8797 void AudioFlinger::EffectModule::setSuspended(bool suspended) argument
8800 mSuspended = suspended;
8803 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
8974 if (mEffect->suspended()) {
8999 if (mEffect->suspended()) {
9024 // restore suspended effects if the disconnected handle was enabled and the last one.
9686 // auxiliary effects and visualizer are never suspended on output mix
9719 // if the effect is not suspend check if all effects are suspended
9730 ALOGW("checkSuspendOnEffectEnabled() Fx should be suspended her
[all...]

Completed in 43 milliseconds