Home
last modified time | relevance | path

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

12

/external/adhd/cras/src/tests/
Dobserver_unittest.cc112 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
Dcras_monitor.c27 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()
Dsystem_state_unittest.cc537 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()
Drclient_unittest.cc521 const int muted = 1; in TEST_F() local
555 const int muted = 1; in TEST_F() local
/external/webrtc/webrtc/tools/rtcbot/bot/browser/
Dbot.js95 function showStream(streamId, autoplay, muted) { argument
/external/adhd/cras/src/server/
Dcras_observer.c49 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()
Dcras_rclient.c210 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()
Dcras_alsa_mixer.c425 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()
Dcras_dbus_control.c967 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()
Dcras_iodev_list.c341 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/
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/
Daudio_device_impl.cc802 bool muted(false); in SpeakerMute() local
854 bool muted(false); 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/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc235 bool muted = false; in RunTest() local
/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/media/base/
Dvideocapturer.cc227 bool VideoCapturer::MuteToBlackThenPause(bool muted) { in MuteToBlackThenPause()
/external/adhd/cras/src/common/
Dcras_messages.h636 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/
Daudio_device_wave_win.cc850 bool muted(0); in SpeakerMute() local
910 bool muted(0); in MicrophoneMute() local
/external/webrtc/talk/session/media/
Dchannelmanager.cc477 VideoCapturer* video_capturer, bool muted) { in MuteToBlackThenPause()
/external/autotest/server/cros/cfm/configurable_test/
Dactions.py457 def __init__(self, bot_count, bots_ttl_min, muted=True): argument
/external/adhd/cras/src/libcras/
Dcras_client.c2585 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

12