OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetRTCP_CNAME
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc
256
int VoERTP_RTCPImpl::
SetRTCP_CNAME
(int channel, const char cName[256]) {
258
"
SetRTCP_CNAME
(channel=%d, cName=%s)", channel, cName);
267
"
SetRTCP_CNAME
() failed to locate channel");
270
return channelPtr->
SetRTCP_CNAME
(cName);
channel_proxy.cc
40
void ChannelProxy::
SetRTCP_CNAME
(const std::string& c_name) {
42
// Note: VoERTP_RTCP::
SetRTCP_CNAME
() accepts a char[256] array.
44
int error = channel()->
SetRTCP_CNAME
(c_name_limited.c_str());
channel.cc
[
all
...]
Completed in 62 milliseconds