Searched refs:GetSrtpCryptoSuite (Results 1 – 8 of 8) sorted by relevance
121 virtual bool GetSrtpCryptoSuite(int* cipher) { return false; } in GetSrtpCryptoSuite() function
132 bool GetSrtpCryptoSuite(int* cipher) override;
128 bool GetSrtpCryptoSuite(int* cipher) override { return false; } in GetSrtpCryptoSuite() function
308 channel->GetSrtpCryptoSuite(&substats.srtp_crypto_suite); in GetStats()
338 bool DtlsTransportChannelWrapper::GetSrtpCryptoSuite(int* cipher) { in GetSrtpCryptoSuite() function in cricket::DtlsTransportChannelWrapper
250 bool GetSrtpCryptoSuite(int* crypto_suite) override { in GetSrtpCryptoSuite() function
222 bool rv = (*it)->GetSrtpCryptoSuite(&crypto_suite); in CheckSrtp()
882 if (!channel->GetSrtpCryptoSuite(&selected_crypto_suite)) { in SetupDtlsSrtp()