OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRemoteRTCPReportBlocks
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc
346
int VoERTP_RTCPImpl::
GetRemoteRTCPReportBlocks
(
357
"
GetRemoteRTCPReportBlocks
() failed to locate channel");
360
return channel_ptr->
GetRemoteRTCPReportBlocks
(report_blocks);
channel_proxy.cc
94
std::vector<ReportBlock> ChannelProxy::
GetRemoteRTCPReportBlocks
() const {
97
int error = channel()->
GetRemoteRTCPReportBlocks
(&blocks);
channel.cc
[
all
...]
Completed in 66 milliseconds