Searched refs:mute_on (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chromeos/audio/
H A Daudio_devices_pref_handler_stub.cc33 bool mute_on) {
34 audio_device_mute_map_[device.id] = mute_on;
32 SetMuteValue(const AudioDevice& device, bool mute_on) argument
H A Dcras_audio_handler.cc219 void CrasAudioHandler::SetOutputMute(bool mute_on) { argument
220 if (!SetOutputMuteInternal(mute_on))
237 void CrasAudioHandler::SetInputMute(bool mute_on) { argument
238 if (!SetInputMuteInternal(mute_on))
281 void CrasAudioHandler::SetMuteForDevice(uint64 device_id, bool mute_on) { argument
283 SetOutputMute(mute_on);
286 SetInputMute(mute_on);
292 audio_pref_handler_->SetMuteValue(*device, mute_on);
434 bool CrasAudioHandler::SetOutputMuteInternal(bool mute_on) { argument
438 output_mute_on_ = mute_on;
449 SetInputMuteInternal(bool mute_on) argument
[all...]
H A Dcras_audio_handler.h153 virtual void SetOutputMute(bool mute_on);
156 virtual void SetInputMute(bool mute_on);
165 virtual void SetMuteForDevice(uint64 device_id, bool mute_on);
204 // Sets output mute state to |mute_on| internally, returns true if output mute
206 bool SetOutputMuteInternal(bool mute_on);
211 // Sets input mute state to |mute_on| internally, returns true if input mute
213 bool SetInputMuteInternal(bool mute_on);
H A Daudio_devices_pref_handler.h35 virtual void SetMuteValue(const AudioDevice& device, bool mute_on) = 0;
H A Daudio_devices_pref_handler_stub.h29 virtual void SetMuteValue(const AudioDevice& device, bool mute_on) OVERRIDE;
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client.h31 // Called when audio output mute state changed to new state of |mute_on|.
32 virtual void OutputMuteChanged(bool mute_on);
34 // Called when audio input mute state changed to new state of |mute_on|.
35 virtual void InputMuteChanged(bool mute_on);
80 virtual void SetOutputUserMute(bool mute_on) = 0;
86 // Sets input mute state to |mute_on| value.
87 virtual void SetInputMute(bool mute_on) = 0;
H A Dcras_audio_client_stub_impl.h27 virtual void SetOutputUserMute(bool mute_on) OVERRIDE;
29 virtual void SetInputMute(bool mute_on) OVERRIDE;
H A Dcras_audio_client_stub_impl.cc91 void CrasAudioClientStubImpl::SetOutputUserMute(bool mute_on) { argument
92 volume_state_.output_user_mute = mute_on;
102 void CrasAudioClientStubImpl::SetInputMute(bool mute_on) { argument
103 volume_state_.input_mute = mute_on;
H A Dcras_audio_client.cc128 virtual void SetOutputUserMute(bool mute_on) OVERRIDE {
132 writer.AppendBool(mute_on);
151 virtual void SetInputMute(bool mute_on) OVERRIDE {
155 writer.AppendBool(mute_on);
360 void CrasAudioClient::Observer::OutputMuteChanged(bool mute_on) { argument
363 void CrasAudioClient::Observer::InputMuteChanged(bool mute_on) { argument
/external/chromium_org/chrome/browser/chromeos/audio/
H A Daudio_devices_pref_handler_impl.h30 virtual void SetMuteValue(const AudioDevice& device, bool mute_on) OVERRIDE;
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio.cc339 bool mute_on = !IsAudioMuted(); variable
340 CrasAudioHandler::Get()->SetOutputMute(mute_on); variable
341 if (!mute_on)

Completed in 646 milliseconds