OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRTCPStatus
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_before_streaming_test.cc
35
EXPECT_EQ(0, voe_rtp_rtcp_->
GetRTCPStatus
(channel_, on));
38
EXPECT_EQ(0, voe_rtp_rtcp_->
GetRTCPStatus
(channel_, on));
41
EXPECT_EQ(0, voe_rtp_rtcp_->
GetRTCPStatus
(channel_, on));
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h
25
int
GetRTCPStatus
(int channel, bool& enabled) override;
voe_rtp_rtcp_impl.cc
241
int VoERTP_RTCPImpl::
GetRTCPStatus
(int channel, bool& enabled) {
250
"
GetRTCPStatus
() failed to locate channel");
253
return channelPtr->
GetRTCPStatus
(enabled);
channel.h
339
int
GetRTCPStatus
(bool& enabled);
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
150
virtual int
GetRTCPStatus
(int channel, bool& enabled) = 0;
/external/webrtc/webrtc/test/
mock_voice_engine.h
276
MOCK_METHOD2(
GetRTCPStatus
, int(int channel, bool& enabled));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
616
WEBRTC_STUB(
GetRTCPStatus
, (int channel, bool& enabled));
Completed in 41 milliseconds