Home | History | Annotate | Download | only in phone

Lines Matching defs:Mute

140 bool BaseChannel::Mute(bool mute) {
142 Send(mute ? MSG_MUTE : MSG_UNMUTE);
447 if (media_channel()->Mute(true)) {
458 if (media_channel()->Mute(false)) {