Home
last modified time | relevance | path

Searched refs:SetRtcpMux_w (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannel.cc508 bool BaseChannel::SetRtcpMux_w(bool enable, ContentAction action, in SetRtcpMux_w() function in cricket::BaseChannel
782 ret = SetRtcpMux_w(audio->rtcp_mux(), action, CS_LOCAL); in SetLocalContent_w()
809 ret = SetRtcpMux_w(audio->rtcp_mux(), action, CS_REMOTE); in SetRemoteContent_w()
1054 ret = SetRtcpMux_w(video->rtcp_mux(), action, CS_LOCAL); in SetLocalContent_w()
1082 ret = SetRtcpMux_w(video->rtcp_mux(), action, CS_REMOTE); in SetRemoteContent_w()
Dchannel.h213 bool SetRtcpMux_w(bool enable, ContentAction action, ContentSource src);