Home
last modified time | relevance | path

Searched defs:muted (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/bot/browser/
Dbot.js95 function showStream(streamId, autoplay, muted) { argument
/external/webrtc/webrtc/libjingle/xmpp/
Dhangoutpubsubclient.cc205 bool muted, std::string* task_id_out) { in PublishAudioMuteState()
210 bool muted, std::string* task_id_out) { in PublishVideoMuteState()
/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc_manager_direct.cc311 void AgcManagerDirect::SetCaptureMuted(bool muted) { in SetCaptureMuted()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc521 UInt32 muted = 0; in SpeakerMute() local
697 UInt32 muted = 0; in MicrophoneMute() local
Daudio_device_mac.cc622 bool muted(0); in SpeakerMute() local
666 bool muted(0); in MicrophoneMute() local
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc278 bool muted(false); in RecordedDataIsAvailable() local
531 bool muted(false); in NeedMorePlayData() local
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc802 bool muted(false); in SpeakerMute() local
854 bool muted(false); in MicrophoneMute() local
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc235 bool muted = false; in RunTest() local
/external/webrtc/talk/media/base/
Dvideocapturer.cc227 bool VideoCapturer::MuteToBlackThenPause(bool muted) { in MuteToBlackThenPause()
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc446 bool muted(0); in SpeakerMute() local
503 bool muted(0); in MicrophoneMute() local
Daudio_device_pulse_linux.cc537 bool muted(0); in SpeakerMute() local
589 bool muted(0); in MicrophoneMute() local
/external/webrtc/talk/session/media/
Dchannelmanager.cc477 VideoCapturer* video_capturer, bool muted) { in MuteToBlackThenPause()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc850 bool muted(0); in SpeakerMute() local
910 bool muted(0); in MicrophoneMute() local
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc547 void AudioProcessingImpl::set_output_will_be_muted(bool muted) { in set_output_will_be_muted()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc2261 bool WebRtcVoiceMediaChannel::MuteStream(uint32_t ssrc, bool muted) { in MuteStream()