Searched refs:Mute (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebMediaPlayerAction.h40 Mute, enumerator in enum:blink::WebMediaPlayerAction::Type
/external/chromium_org/third_party/webrtc/modules/utility/interface/
H A Daudio_frame_operations.h49 static void Mute(AudioFrame& frame);
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Daudio_frame_operations.cc72 void AudioFrameOperations::Mute(AudioFrame& frame) { function in class:webrtc::AudioFrameOperations
H A Daudio_frame_operations_unittest.cc145 AudioFrameOperations::Mute(frame_);
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h145 virtual bool Mute(bool on) { return mute_; } function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dtransmit_mixer.h91 bool Mute() const;
H A Dvoe_volume_control_impl.cc244 // Mute before demultiplexing <=> affects all channels
247 // Mute after demultiplexing <=> affects one channel only
271 enabled = _shared->transmit_mixer()->Mute();
283 enabled = channelPtr->Mute();
H A Dtransmit_mixer.cc364 // --- Mute during DTMF tone if direct feedback is enabled
367 AudioFrameOperations::Mute(_audioFrame);
375 // --- Mute signal
378 AudioFrameOperations::Mute(_audioFrame);
1109 TransmitMixer::Mute() const function in class:webrtc::voe::TransmitMixer
H A Dchannel.h268 bool Mute() const;
H A Dchannel.cc2542 Channel::Mute() const function in class:webrtc::voe::Channel
3709 bool is_muted = Mute(); // Cache locally as Mute() takes a lock.
3711 AudioFrameOperations::Mute(_audioFrame);
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.cc1034 PRINT_STR(Speaker Mute, available);
1052 PRINT_STR(Speaker Mute, available);
1077 PRINT_STR(Speaker Mute, available);
1106 PRINT_STR(Microphone Mute, available);
1127 PRINT_STR(Microphone Mute, available);
1156 PRINT_STR(Microphone Mute, available);
1521 TEST_LOG(" Speaker Mute test:\n");
1553 "\nERROR: Mute control is not available for the selected"
1755 TEST_LOG(" Microphone Mute test:\n");
1783 TEST_LOG("\nERROR: Mute contro
[all...]
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h747 void Mute() const;
835 AudioFrame::Mute() const function in class:webrtc::AudioFrame
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.h108 void Mute(bool mute);
H A Dcall.cc431 void Call::Mute(bool mute) { function in class:cricket::Call
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h676 void Mute();
773 inline void AudioFrame::Mute() { function in class:webrtc::AudioFrame
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc230 call_->Mute(true);
235 call_->Mute(false);
1039 call_->Mute(true);
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.cc327 mixedAudio->Mute();
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc1109 // Mute and unmute should also be disabled if the player has no audio.
1407 WebMediaPlayerAction::Mute, mute));
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids16403 07f Mute
16459 009 Mute
16563 02f Phone Mute
16703 0e2 Mute
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3346 case WebMediaPlayerAction::Mute:

Completed in 411 milliseconds