Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dsrtpfilter.h156 bool ApplyParams(const CryptoParams& send_params,
Dsrtpfilter.cc356 if (!ApplyParams(send_params, recv_params)) { in DoSetAnswer()
410 bool SrtpFilter::ApplyParams(const CryptoParams& send_params, in ApplyParams() function in cricket::SrtpFilter