/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakemediaprocessor.h | 60 virtual void OnVoiceMute(uint32 ssrc, bool muted) {} in OnVoiceMute() 61 virtual void OnVideoMute(uint32 ssrc, bool muted) {} in OnVideoMute()
|
D | hybridvideoengine.cc | 131 bool HybridVideoMediaChannel::MuteStream(uint32 ssrc, bool muted) { in MuteStream()
|
D | videocapturer.cc | 222 bool VideoCapturer::MuteToBlackThenPause(bool muted) { in MuteToBlackThenPause()
|
/external/chromium_org/chrome/browser/extensions/api/audio/ |
D | audio_service.cc | 49 bool muted, in SetDeviceProperties()
|
D | audio_service_linux.cc | 76 bool muted, in SetDeviceProperties()
|
D | audio_service_chromeos.cc | 157 bool muted, in SetDeviceProperties()
|
/external/chromium_org/media/audio/android/ |
D | audio_manager_android.cc | 258 void AudioManagerAndroid::SetMute(JNIEnv* env, jobject obj, jboolean muted) { in SetMute() 378 void AudioManagerAndroid::DoSetMuteOnAudioThread(bool muted) { in DoSetMuteOnAudioThread()
|
D | opensles_output.cc | 180 void OpenSLESOutputStream::SetMute(bool muted) { in SetMute()
|
/external/chromium_org/media/filters/ |
D | audio_renderer_impl_unittest.cc | 326 bool ConsumeBufferedData(int requested_frames, bool* muted) { in ConsumeBufferedData() 589 bool muted = false; in TEST_F() local 677 bool muted = false; in TEST_F() local 713 bool muted = false; in TEST_F() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | MediaController.h | 75 bool muted() const { return m_muted; } in muted() function
|
D | HTMLMediaElement.cpp | 2301 bool HTMLMediaElement::muted() const in muted() function in WebCore::HTMLMediaElement 2306 void HTMLMediaElement::setMuted(bool muted) in setMuted()
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | hangoutpubsubclient.cc | 222 bool muted, std::string* task_id_out) { in PublishAudioMuteState() 227 bool muted, std::string* task_id_out) { in PublishVideoMuteState()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 592 UInt32 muted = 0; in SpeakerMute() local 792 UInt32 muted = 0; in MicrophoneMute() local
|
D | audio_device_mac.cc | 769 bool muted(0); in SpeakerMute() local 821 bool muted(0); in MicrophoneMute() local
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | call.h | 126 bool muted() const { return muted_; } in muted() function
|
D | channelmanager.cc | 843 VideoCapturer* video_capturer, bool muted) { in MuteToBlackThenPause()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
D | audio_device_impl.cc | 895 bool muted(false); in SpeakerMute() local 947 bool muted(false); in MicrophoneMute() local
|
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 233 bool muted = false; in RunTest() local
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | func_test_manager.cc | 228 bool muted(false); in RecordedDataIsAvailable() local 489 bool muted(false); in NeedMorePlayData() local
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 473 bool muted(0); in SpeakerMute() local 530 bool muted(0); in MicrophoneMute() local
|
D | audio_device_pulse_linux.cc | 604 bool muted(0); in SpeakerMute() local 656 bool muted(0); in MicrophoneMute() local
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
D | AudioManagerAndroid.java | 1116 private native void nativeSetMute(long nativeAudioManagerAndroid, boolean muted); in nativeSetMute()
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
D | audio_processing_impl.cc | 340 void AudioProcessingImpl::set_output_will_be_muted(bool muted) { in set_output_will_be_muted()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.cc | 898 bool muted(0); in SpeakerMute() local 958 bool muted(0); in MicrophoneMute() local
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 602 bool muted() {return muted_; } in muted() function in cricket::WebRtcVideoChannelSendInfo 2830 bool WebRtcVideoMediaChannel::MuteStream(uint32 ssrc, bool muted) { in MuteStream()
|