OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFECStatus
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_codec.h
98
// TODO(minyue): Make
SetFECStatus
() pure virtual when fakewebrtcvoiceengine
100
virtual int
SetFECStatus
(int channel, bool enable) { return -1; }
/external/webrtc/webrtc/voice_engine/
voe_codec_impl.h
43
int
SetFECStatus
(int channel, bool enable) override;
voe_codec_impl.cc
232
int VoECodecImpl::
SetFECStatus
(int channel, bool enable) {
/external/webrtc/webrtc/test/
mock_voice_engine.h
133
MOCK_METHOD2(
SetFECStatus
, int(int channel, bool enable));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
[
all
...]
fakewebrtcvoiceengine.h
488
WEBRTC_FUNC(
SetFECStatus
, (int channel, bool enable)) {
Completed in 81 milliseconds