HomeSort by relevance Sort by last modified time
    Searched refs:GetFECStatus (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/voice_engine/include/
voe_codec.h 105 // TODO(minyue): Make GetFECStatus() pure virtual when fakewebrtcvoiceengine
107 virtual int GetFECStatus(int channel, bool& enabled) { return -1; }
  /external/webrtc/webrtc/voice_engine/
voe_codec_impl.h 45 int GetFECStatus(int channel, bool& enabled) override;
voe_codec_impl.cc 249 int VoECodecImpl::GetFECStatus(int channel, bool& enabled) {
258 "GetFECStatus() failed to locate channel");
  /external/webrtc/webrtc/test/
mock_voice_engine.h 134 MOCK_METHOD2(GetFECStatus, int(int channel, bool& enabled));
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 498 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable)) {

Completed in 384 milliseconds