Home | History | Annotate | Download | only in media

Lines Matching refs:ShouldSetupDtlsSrtp

260   if (ShouldSetupDtlsSrtp()) {
349 RTC_CHECK(!(ShouldSetupDtlsSrtp() && srtp_filter_.IsActive()))
459 (srtp_filter_.IsActive() || !ShouldSetupDtlsSrtp());
517 if (!ShouldSetupDtlsSrtp()) {
865 bool BaseChannel::ShouldSetupDtlsSrtp() const {
963 if (!ShouldSetupDtlsSrtp()) {
2317 bool DataChannel::ShouldSetupDtlsSrtp() const {
2318 return (data_channel_type_ == DCT_RTP) && BaseChannel::ShouldSetupDtlsSrtp();