Home
last modified time | relevance | path

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

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/device/
DDeviceListener.java27 default void onDeviceVolumeChanged(int volume, boolean muted) {} in onDeviceVolumeChanged()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DStreamVolumeManager.java55 private boolean muted; field in StreamVolumeManager
150 public void setMuted(boolean muted) { in setMuted()
/external/adhd/cras/src/tests/
Dobserver_unittest.cc112 int muted, in cb_output_mute_changed()
129 void cb_capture_mute_changed(void* context, int muted, int mute_locked) { in cb_capture_mute_changed()
337 const int muted = 1; in TEST_F() local
389 const int muted = 1; in TEST_F() local
Dsystem_state_unittest.cc518 void cras_observer_notify_output_mute(int muted, in cras_observer_notify_output_mute()
528 void cras_observer_notify_capture_mute(int muted, int mute_locked) { in cras_observer_notify_capture_mute()
Dcontrol_rclient_unittest.cc612 const int muted = 1; in TEST_F() local
645 const int muted = 1; in TEST_F() local
/external/adhd/cras/src/tools/cras_monitor/
Dcras_monitor.c27 static void output_mute_changed(void *context, int muted, int user_muted, in output_mute_changed()
39 static void capture_mute_changed(void *context, int muted, int mute_locked) in capture_mute_changed()
/external/adhd/cras/src/server/
Dcras_control_rclient.c103 static void send_output_mute_changed(void *context, int muted, int user_muted, in send_output_mute_changed()
123 static void send_capture_mute_changed(void *context, int muted, int mute_locked) in send_capture_mute_changed()
Dcras_observer.c49 int muted; member
439 void cras_observer_notify_output_mute(int muted, int user_muted, in cras_observer_notify_output_mute()
460 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute()
Dcras_alsa_mixer.c417 int muted) in mixer_control_set_mute()
1048 void cras_alsa_mixer_set_mute(struct cras_alsa_mixer *cras_mixer, int muted, in cras_alsa_mixer_set_mute()
1063 int muted, in cras_alsa_mixer_set_capture_mute()
Dcras_dbus_control.c939 static void signal_output_mute(void *context, int muted, int user_muted, in signal_output_mute()
975 static void signal_capture_mute(void *context, int muted, int mute_locked) in signal_capture_mute()
Dcras_iodev_list.c309 static void sys_mute_change(void *context, int muted, int user_muted, in sys_mute_change()
555 static void sys_cap_mute_change(void *context, int muted, int mute_locked) in sys_cap_mute_change()
/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
/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.h656 int32_t muted; member
662 int32_t muted, int32_t user_muted, in cras_fill_client_output_mute_changed()
673 int32_t muted, int32_t mute_locked) 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

12