HomeSort by relevance Sort by last modified time
    Searched refs:SetOffer (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtcpmuxfilter.h 45 bool SetOffer(bool offer_enable, ContentSource src);
rtcpmuxfilter.cc 43 bool RtcpMuxFilter::SetOffer(bool offer_enable, ContentSource source) {
srtpfilter.h 108 bool SetOffer(const std::vector<CryptoParams>& offer_params,
113 // This must be called after SetOffer. If crypto negotiation completes
srtpfilter.cc 86 bool SrtpFilter::SetOffer(const std::vector<CryptoParams>& offer_params,
channel.cc 498 ret = srtp_filter_.SetOffer(cryptos, src);
512 ret = rtcp_mux_filter_.SetOffer(enable, src);
    [all...]

Completed in 59 milliseconds