Searched refs:GetRxNsStatus (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.h | 38 int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) override;
|
D | voe_audio_processing_impl.cc | 341 int VoEAudioProcessingImpl::GetRxNsStatus(int channel, in GetRxNsStatus() function in webrtc::VoEAudioProcessingImpl 357 return channelPtr->GetRxNsStatus(enabled, mode); in GetRxNsStatus()
|
D | channel.h | 320 int GetRxNsStatus(bool& enabled, NsModes& mode);
|
D | channel.cc | 2830 Channel::GetRxNsStatus(bool& enabled, NsModes& mode) in GetRxNsStatus() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 137 virtual int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) = 0;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | audio_processing_test.cc | 103 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/ |
D | mock_voice_engine.h | 68 MOCK_METHOD3(GetRxNsStatus, int(int channel, bool& enabled, NsModes& mode));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 731 WEBRTC_STUB(GetRxNsStatus, (int channel, bool& enabled,
|