Home
last modified time | relevance | path

Searched defs:GetSrtpCryptoSuite (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportchannel.h121 virtual bool GetSrtpCryptoSuite(int* cipher) { return false; } in GetSrtpCryptoSuite() function
Dp2ptransportchannel.h128 bool GetSrtpCryptoSuite(int* cipher) override { return false; } in GetSrtpCryptoSuite() function
Ddtlstransportchannel.cc338 bool DtlsTransportChannelWrapper::GetSrtpCryptoSuite(int* cipher) { in GetSrtpCryptoSuite() function in cricket::DtlsTransportChannelWrapper
Dfaketransportcontroller.h250 bool GetSrtpCryptoSuite(int* crypto_suite) override { in GetSrtpCryptoSuite() function