Home
last modified time | relevance | path

Searched refs:channelMuted (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc488 UInt32 channelMuted = 0; in SpeakerMute() local
511 size = sizeof(channelMuted); in SpeakerMute()
513 _outputDeviceID, &propertyAddress, 0, NULL, &size, &channelMuted)); in SpeakerMute()
515 muted = (muted && channelMuted); in SpeakerMute()
656 UInt32 channelMuted = 0; in MicrophoneMute() local
679 size = sizeof(channelMuted); in MicrophoneMute()
681 _inputDeviceID, &propertyAddress, 0, NULL, &size, &channelMuted)); in MicrophoneMute()
683 muted = (muted && channelMuted); in MicrophoneMute()