Searched defs:SetInputMute (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client_stub_impl.cc100 void CrasAudioClientStubImpl::SetInputMute(bool mute_on) { function in class:chromeos::CrasAudioClientStubImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc232 int VoEVolumeControlImpl::SetInputMute(int channel, bool enable) function in class:webrtc::VoEVolumeControlImpl
235 "SetInputMute(channel=%d, enable=%d)", channel, enable);
253 "SetInputMute() failed to locate channel");
280 "SetInputMute() failed to locate channel");
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler.cc355 void CrasAudioHandler::SetInputMute(bool mute_on) { function in class:chromeos::CrasAudioHandler
395 SetInputMute(mute_on);
674 SetInputMute(mute_on);

Completed in 205 milliseconds