/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/device/ |
D | DeviceListener.java | 27 default void onDeviceVolumeChanged(int volume, boolean muted) {} in onDeviceVolumeChanged()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | StreamVolumeManager.java | 55 private boolean muted; field in StreamVolumeManager 150 public void setMuted(boolean muted) { in setMuted()
|
/external/adhd/cras/src/tests/ |
D | observer_unittest.cc | 112 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
|
D | system_state_unittest.cc | 518 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()
|
D | control_rclient_unittest.cc | 612 const int muted = 1; in TEST_F() local 645 const int muted = 1; in TEST_F() local
|
/external/adhd/cras/src/tools/cras_monitor/ |
D | cras_monitor.c | 27 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/ |
D | cras_control_rclient.c | 103 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()
|
D | cras_observer.c | 49 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()
|
D | cras_alsa_mixer.c | 417 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()
|
D | cras_dbus_control.c | 939 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()
|
D | cras_iodev_list.c | 309 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/ |
D | bot.js | 95 function showStream(streamId, autoplay, muted) { argument
|
/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
|
/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 | 656 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/ |
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
|