Searched refs:channelMuted (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 520 UInt32 channelMuted = 0; in SpeakerMute() local 543 size = sizeof(channelMuted); in SpeakerMute() 545 _outputDeviceID, &propertyAddress, 0, NULL, &size, &channelMuted)); in SpeakerMute() 547 muted = (muted && channelMuted); in SpeakerMute() 696 UInt32 channelMuted = 0; in MicrophoneMute() local 719 size = sizeof(channelMuted); in MicrophoneMute() 721 _inputDeviceID, &propertyAddress, 0, NULL, &size, &channelMuted)); in MicrophoneMute() 723 muted = (muted && channelMuted); in MicrophoneMute()
|