Home
last modified time | relevance | path

Searched refs:GetFECStatus (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.h45 int GetFECStatus(int channel, bool& enabled) override;
Dvoe_codec_impl.cc249 int VoECodecImpl::GetFECStatus(int channel, bool& enabled) { in GetFECStatus() function in webrtc::VoECodecImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_codec.h107 virtual int GetFECStatus(int channel, bool& enabled) { return -1; } in GetFECStatus() function
/external/webrtc/webrtc/test/
Dmock_voice_engine.h134 MOCK_METHOD2(GetFECStatus, int(int channel, bool& enabled));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h498 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable)) {