Searched refs:SetInputMute (Results 1 – 9 of 9) sorted by relevance
238 void CrasAudioHandler::SetInputMute(bool mute_on) { in SetInputMute() function in chromeos::CrasAudioHandler287 SetInputMute(mute_on); in SetMuteForDevice()460 SetInputMute(true); in ApplyAudioPolicy()491 SetInputMute(mute_on); in SetInputMuteInternal()
147 virtual void SetInputMute(bool mute_on);
1493 TEST_F(CrasAudioHandlerTest, SetInputMute) { in TEST_F() argument1500 cras_audio_handler_->SetInputMute(true); in TEST_F()1510 cras_audio_handler_->SetInputMute(false); in TEST_F()
31 virtual void SetInputMute(bool mute_on) OVERRIDE;
90 virtual void SetInputMute(bool mute_on) = 0;
100 void CrasAudioClientStubImpl::SetInputMute(bool mute_on) { in SetInputMute() function in chromeos::CrasAudioClientStubImpl
102 virtual void SetInputMute(bool mute_on) OVERRIDE { in SetInputMute() function in chromeos::CrasAudioClientImpl
800 WEBRTC_STUB(SetInputMute, (int, bool));
2908 if (engine()->voe()->volume()->SetInputMute(channel, muted) == -1) { in MuteStream()2909 LOG_RTCERR2(SetInputMute, channel, muted); in MuteStream()