Home | History | Annotate | Download | only in audio

Lines Matching refs:shouldMute

2548     bool shouldMute = outputDesc->isActive() && (AudioSystem::popCount(device) >= 2);
2555 bool mute = shouldMute && (curDevice & device) && (curDevice != device);