OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFECStatus
(Results
1 - 2
of
2
) 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.cc
249
int VoECodecImpl::
GetFECStatus
(int channel, bool& enabled) {
258
"
GetFECStatus
() failed to locate channel");
Completed in 228 milliseconds