Searched defs:GetSrtpCryptoSuite (Results 1 – 4 of 4) sorted by relevance
121 virtual bool GetSrtpCryptoSuite(int* cipher) { return false; } in GetSrtpCryptoSuite() function
128 bool GetSrtpCryptoSuite(int* cipher) override { return false; } in GetSrtpCryptoSuite() function
338 bool DtlsTransportChannelWrapper::GetSrtpCryptoSuite(int* cipher) { in GetSrtpCryptoSuite() function in cricket::DtlsTransportChannelWrapper
250 bool GetSrtpCryptoSuite(int* crypto_suite) override { in GetSrtpCryptoSuite() function