Home
last modified time | relevance | path

Searched refs:SetOffer (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtcpmuxfilter.h45 bool SetOffer(bool offer_enable, ContentSource src);
Drtcpmuxfilter.cc43 bool RtcpMuxFilter::SetOffer(bool offer_enable, ContentSource source) { in SetOffer() function in cricket::RtcpMuxFilter
Dsrtpfilter.h108 bool SetOffer(const std::vector<CryptoParams>& offer_params,
Dsrtpfilter.cc86 bool SrtpFilter::SetOffer(const std::vector<CryptoParams>& offer_params, in SetOffer() function in cricket::SrtpFilter
Dchannel.cc498 ret = srtp_filter_.SetOffer(cryptos, src); in SetSrtp_w()
512 ret = rtcp_mux_filter_.SetOffer(enable, src); in SetRtcpMux_w()