Searched defs:GetVADStatus (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc373 int VoECodecImpl::GetVADStatus(int channel, bool& enabled, VadModes& mode, function in class:webrtc::VoECodecImpl
377 "GetVADStatus(channel=%i)", channel);
389 "GetVADStatus failed to locate channel");
394 int ret = channelPtr->GetVADStatus(enabled, vadMode, disabledDTX);
399 "GetVADStatus failed to get VAD mode");
H A Dchannel.cc1519 Channel::GetVADStatus(bool& enabledVAD, ACMVADMode& mode, bool& disabledDTX) function in class:webrtc::voe::Channel
1522 "Channel::GetVADStatus");
1527 "GetVADStatus() failed to get VAD status");

Completed in 329 milliseconds