Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dsrtpfilter.h130 bool NegotiateParams(const std::vector<CryptoParams>& answer_params,
Dsrtpfilter.cc106 ret = NegotiateParams(answer_params, &selected_params); in SetAnswer()
163 bool SrtpFilter::NegotiateParams(const std::vector<CryptoParams>& answer_params, in NegotiateParams() function in cricket::SrtpFilter