Home | History | Annotate | Download | only in audio_device

Lines Matching refs:muted

897     bool muted(false);
899 if (_ptrAudioDevice->SpeakerMute(muted) == -1)
904 *enabled = muted;
949 bool muted(false);
951 if (_ptrAudioDevice->MicrophoneMute(muted) == -1)
956 *enabled = muted;