Searched refs:GetVADStatus (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_test.cc | 66 voe_codec_->GetVADStatus(channel_, vad_enabled, vad_mode, dtx_disabled); in TEST_F() 80 voe_codec_->GetVADStatus(channel_, vad_enabled, vad_mode, dtx_disabled); in TEST_F() 94 EXPECT_EQ(0, voe_codec_->GetVADStatus( in TEST_F() 101 EXPECT_EQ(0, voe_codec_->GetVADStatus( in TEST_F() 110 EXPECT_EQ(0, voe_codec_->GetVADStatus( in TEST_F() 117 EXPECT_EQ(0, voe_codec_->GetVADStatus( in TEST_F() 133 voe_codec_->GetVADStatus(channel_, vad_enabled, vad_mode, dtx_disabled); in TEST_F()
|
D | audio_processing_test.cc | 329 EXPECT_EQ(0, voe_codec_->GetVADStatus( in TEST_F()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 52 int GetVADStatus(int channel,
|
D | voe_codec_impl.cc | 303 int VoECodecImpl::GetVADStatus(int channel, in GetVADStatus() function in webrtc::VoECodecImpl 320 int ret = channelPtr->GetVADStatus(enabled, vadMode, disabledDTX); in GetVADStatus()
|
D | channel.h | 217 int32_t GetVADStatus(bool& enabledVAD, ACMVADMode& mode, bool& disabledDTX);
|
D | channel.cc | 1461 Channel::GetVADStatus(bool& enabledVAD, ACMVADMode& mode, bool& disabledDTX) in GetVADStatus() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 118 virtual int GetVADStatus(int channel,
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 138 GetVADStatus,
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 485 WEBRTC_STUB(GetVADStatus, (int channel, bool& enabled,
|