OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEBRTC_STUB
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
278
WEBRTC_STUB
(Release, ());
286
WEBRTC_STUB
(DeRegisterVoiceEngineObserver, ());
314
WEBRTC_STUB
(StartReceive, (int channel));
337
WEBRTC_STUB
(StopReceive, (int channel));
348
WEBRTC_STUB
(GetVersion, (char version[1024]));
349
WEBRTC_STUB
(LastError, ());
350
WEBRTC_STUB
(SetOnHoldStatus, (int, bool, webrtc::OnHoldModes));
351
WEBRTC_STUB
(GetOnHoldStatus, (int, bool&, webrtc::OnHoldModes&));
352
WEBRTC_STUB
(SetNetEQPlayoutMode, (int, webrtc::NetEqModes));
353
WEBRTC_STUB
(GetNetEQPlayoutMode, (int, webrtc::NetEqModes&))
[
all
...]
fakewebrtcvideoengine.h
602
WEBRTC_STUB
(Release, ());
609
WEBRTC_STUB
(SetVoiceEngine, (webrtc::VoiceEngine*));
641
WEBRTC_STUB
(RegisterCpuOveruseObserver,
644
WEBRTC_STUB
(CpuOveruseMeasures, (int, int*, int*, int*, int*));
646
WEBRTC_STUB
(ConnectAudioChannel, (const int, const int));
647
WEBRTC_STUB
(DisconnectAudioChannel, (const int));
668
WEBRTC_STUB
(GetVersion, (char version[1024]));
669
WEBRTC_STUB
(LastError, ());
726
WEBRTC_STUB
(SetImageScaleStatus, (const int, const bool));
750
WEBRTC_STUB
(SetKeyFrameRequestCallbackStatus, (const int, const bool))
[
all
...]
fakewebrtccommon.h
35
#define
WEBRTC_STUB
(method, args) \
Completed in 41 milliseconds