Home
last modified time | relevance | path

Searched refs:GetRxNsStatus (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h38 int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) override;
Dvoe_audio_processing_impl.cc341 int VoEAudioProcessingImpl::GetRxNsStatus(int channel, in GetRxNsStatus() function in webrtc::VoEAudioProcessingImpl
357 return channelPtr->GetRxNsStatus(enabled, mode); in GetRxNsStatus()
Dchannel.h320 int GetRxNsStatus(bool& enabled, NsModes& mode);
Dchannel.cc2830 Channel::GetRxNsStatus(bool& enabled, NsModes& mode) in GetRxNsStatus() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h137 virtual int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc103 EXPECT_EQ(0, voe_apm_->GetRxNsStatus(channel_, ns_status, ns_mode)); in TryEnablingRxNsWithMode()
300 EXPECT_EQ(0, voe_apm_->GetRxNsStatus(channel_, ns_status, ns_mode)); in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h68 MOCK_METHOD3(GetRxNsStatus, int(int channel, bool& enabled, NsModes& mode));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h731 WEBRTC_STUB(GetRxNsStatus, (int channel, bool& enabled,