OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRemoteRTCPReportBlocks
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/test/
mock_voe_channel_proxy.h
36
MOCK_CONST_METHOD0(
GetRemoteRTCPReportBlocks
, std::vector<ReportBlock>());
mock_voice_engine.h
294
MOCK_METHOD2(
GetRemoteRTCPReportBlocks
,
/external/webrtc/webrtc/voice_engine/
channel_proxy.h
59
virtual std::vector<ReportBlock>
GetRemoteRTCPReportBlocks
() const;
voe_rtp_rtcp_impl.h
70
int
GetRemoteRTCPReportBlocks
(
channel_proxy.cc
94
std::vector<ReportBlock> ChannelProxy::
GetRemoteRTCPReportBlocks
() const {
97
int error = channel()->
GetRemoteRTCPReportBlocks
(&blocks);
voe_rtp_rtcp_impl.cc
346
int VoERTP_RTCPImpl::
GetRemoteRTCPReportBlocks
(
357
"
GetRemoteRTCPReportBlocks
() failed to locate channel");
360
return channel_ptr->
GetRemoteRTCPReportBlocks
(report_blocks);
channel.h
352
int
GetRemoteRTCPReportBlocks
(std::vector<ReportBlock>* report_blocks);
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
186
virtual int
GetRemoteRTCPReportBlocks
(
/external/webrtc/webrtc/audio/
audio_send_stream.cc
151
for (const auto& block : channel_proxy_->
GetRemoteRTCPReportBlocks
()) {
audio_send_stream_unittest.cc
138
EXPECT_CALL(*channel_proxy_,
GetRemoteRTCPReportBlocks
())
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
626
WEBRTC_STUB(
GetRemoteRTCPReportBlocks
,
Completed in 65 milliseconds