Home
last modified time | relevance | path

Searched defs:GetFECStatus (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_codec.h107 virtual int GetFECStatus(int channel, bool& enabled) { return -1; } in GetFECStatus() function
/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.cc249 int VoECodecImpl::GetFECStatus(int channel, bool& enabled) { in GetFECStatus() function in webrtc::VoECodecImpl