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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc335 int VoEAudioProcessingImpl::SetRxNsStatus(int channel, function in class:webrtc::VoEAudioProcessingImpl
349 "SetRxNsStatus() failed to locate channel");
352 return channelPtr->SetRxNsStatus(enable, mode);
355 "SetRxNsStatus() NS is not supported");
H A Dchannel.cc2909 Channel::SetRxNsStatus(bool enable, NsModes mode) function in class:webrtc::voe::Channel
2912 "Channel::SetRxNsStatus(enable=%d, mode=%d)",
2946 "SetRxNsStatus() failed to set NS level");
2953 "SetRxNsStatus() failed to set NS state");

Completed in 115 milliseconds