OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveMixedCNAME
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc
216
EXPECT_EQ(-1, module1->
RemoveMixedCNAME
(test_csrcs[0] + 1));
217
EXPECT_EQ(0, module1->
RemoveMixedCNAME
(test_csrcs[1]));
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
375
*
RemoveMixedCNAME
379
virtual int32_t
RemoveMixedCNAME
(uint32_t SSRC) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
156
MOCK_METHOD1(
RemoveMixedCNAME
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h
104
int32_t
RemoveMixedCNAME
(uint32_t SSRC);
rtp_rtcp_impl.h
152
int32_t
RemoveMixedCNAME
(uint32_t ssrc) override;
rtp_rtcp_impl.cc
504
int32_t ModuleRtpRtcpImpl::
RemoveMixedCNAME
(const uint32_t ssrc) {
505
return rtcp_sender_.
RemoveMixedCNAME
(ssrc);
rtcp_sender.cc
337
int32_t RTCPSender::
RemoveMixedCNAME
(uint32_t SSRC) {
[
all
...]
Completed in 73 milliseconds