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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h 132 bool ApplyParams(const CryptoParams& send_params,
srtpfilter.cc 109 ret = ApplyParams(selected_params, answer_params[0]);
111 ret = ApplyParams(answer_params[0], selected_params);
190 bool SrtpFilter::ApplyParams(const CryptoParams& send_params,

Completed in 416 milliseconds