/external/adhd/cras/src/tests/ |
D | observer_unittest.cc | 112 int muted, int user_muted, int mute_locked) { in cb_output_mute_changed() 127 void cb_capture_mute_changed(void *context, int muted, int mute_locked) { in cb_capture_mute_changed() 332 const int muted = 1; in TEST_F() local 384 const int muted = 1; in TEST_F() local
|
D | cras_monitor.c | 27 static void output_mute_changed(void *context, int muted, in output_mute_changed() 39 static void capture_mute_changed(void *context, int muted, int mute_locked) in capture_mute_changed()
|
D | system_state_unittest.cc | 537 void cras_observer_notify_output_mute(int muted, int user_muted, in cras_observer_notify_output_mute() 548 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute()
|
D | rclient_unittest.cc | 521 const int muted = 1; in TEST_F() local 555 const int muted = 1; in TEST_F() local
|
/external/webrtc/webrtc/tools/rtcbot/bot/browser/ |
D | bot.js | 95 function showStream(streamId, autoplay, muted) { argument
|
/external/adhd/cras/src/server/ |
D | cras_observer.c | 49 int muted; member 450 void cras_observer_notify_output_mute(int muted, int user_muted, in cras_observer_notify_output_mute() 471 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute()
|
D | cras_rclient.c | 210 static void send_output_mute_changed(void *context, int muted, in send_output_mute_changed() 230 static void send_capture_mute_changed(void *context, int muted, int mute_locked) in send_capture_mute_changed()
|
D | cras_alsa_mixer.c | 425 const struct mixer_control *control, int muted) in mixer_control_set_mute() 1044 int muted, in cras_alsa_mixer_set_mute() 1059 int muted, in cras_alsa_mixer_set_capture_mute()
|
D | cras_dbus_control.c | 967 static void signal_output_mute(void *context, int muted, int user_muted, in signal_output_mute() 1005 static void signal_capture_mute(void *context, int muted, int mute_locked) in signal_capture_mute()
|
D | cras_iodev_list.c | 341 static void sys_mute_change(void *context, int muted, int user_muted, in sys_mute_change() 605 static void sys_cap_mute_change(void *context, int muted, int mute_locked) in sys_cap_mute_change()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | hangoutpubsubclient.cc | 205 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/ |
D | agc_manager_direct.cc | 311 void AgcManagerDirect::SetCaptureMuted(bool muted) { in SetCaptureMuted()
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 521 UInt32 muted = 0; in SpeakerMute() local 697 UInt32 muted = 0; in MicrophoneMute() local
|
D | audio_device_mac.cc | 622 bool muted(0); in SpeakerMute() local 666 bool muted(0); in MicrophoneMute() local
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_impl.cc | 802 bool muted(false); in SpeakerMute() local 854 bool muted(false); in MicrophoneMute() local
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.cc | 278 bool muted(false); in RecordedDataIsAvailable() local 531 bool muted(false); in NeedMorePlayData() local
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 235 bool muted = false; in RunTest() local
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 446 bool muted(0); in SpeakerMute() local 503 bool muted(0); in MicrophoneMute() local
|
D | audio_device_pulse_linux.cc | 537 bool muted(0); in SpeakerMute() local 589 bool muted(0); in MicrophoneMute() local
|
/external/webrtc/talk/media/base/ |
D | videocapturer.cc | 227 bool VideoCapturer::MuteToBlackThenPause(bool muted) { in MuteToBlackThenPause()
|
/external/adhd/cras/src/common/ |
D | cras_messages.h | 636 int32_t muted; member 641 struct cras_client_mute_changed *m, int32_t muted, in cras_fill_client_output_mute_changed() 651 struct cras_client_mute_changed *m, int32_t muted, in cras_fill_client_capture_mute_changed()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.cc | 850 bool muted(0); in SpeakerMute() local 910 bool muted(0); in MicrophoneMute() local
|
/external/webrtc/talk/session/media/ |
D | channelmanager.cc | 477 VideoCapturer* video_capturer, bool muted) { in MuteToBlackThenPause()
|
/external/autotest/server/cros/cfm/configurable_test/ |
D | actions.py | 457 def __init__(self, bot_count, bots_ttl_min, muted=True): argument
|
/external/adhd/cras/src/libcras/ |
D | cras_client.c | 2585 int muted; in cras_client_get_system_muted() local 2599 int muted; in cras_client_get_user_muted() local 2613 int muted; in cras_client_get_system_capture_muted() local
|