OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteRTCPStat
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
450
virtual int32_t
RemoteRTCPStat
(RTCPSenderInfo* senderInfo) = 0;
457
virtual int32_t
RemoteRTCPStat
(
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc
248
EXPECT_EQ(0, module1->
RemoteRTCPStat
(&report_blocks));
257
EXPECT_EQ(0, module1->
RemoteRTCPStat
(&report_blocks));
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
177
MOCK_METHOD1(
RemoteRTCPStat
,
179
MOCK_CONST_METHOD1(
RemoteRTCPStat
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
182
int32_t
RemoteRTCPStat
(RTCPSenderInfo* sender_info) override;
185
int32_t
RemoteRTCPStat
(
rtp_rtcp_impl.cc
632
int32_t ModuleRtpRtcpImpl::
RemoteRTCPStat
(RTCPSenderInfo* sender_info) {
637
int32_t ModuleRtpRtcpImpl::
RemoteRTCPStat
(
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
/external/webrtc/webrtc/video/
vie_channel.cc
755
rtp_rtcp->
RemoteRTCPStat
(&report_blocks);
[
all
...]
Completed in 834 milliseconds