Lines Matching refs:IsSrtpActive
123 if (!IsSrtpActive()) { in SendRtpPacket()
181 if (!IsSrtpActive()) { in SendRtcpPacket()
205 if (!IsSrtpActive()) { in OnRtpPacketReceived()
237 if (!IsSrtpActive()) { in OnRtcpPacketReceived()
261 if (IsSrtpActive()) { in OnNetworkRouteChanged()
352 bool SrtpTransport::IsSrtpActive() const { in IsSrtpActive() function in webrtc::SrtpTransport
357 return IsSrtpActive() && RtpTransport::IsWritable(rtcp); in IsWritable()
378 if (!IsSrtpActive()) { in ProtectRtp()
391 if (!IsSrtpActive()) { in ProtectRtp()
403 if (!IsSrtpActive()) { in ProtectRtcp()
416 if (!IsSrtpActive()) { in UnprotectRtp()
425 if (!IsSrtpActive()) { in UnprotectRtcp()
440 if (!IsSrtpActive()) { in GetRtpAuthParams()
450 if (!IsSrtpActive()) { in GetSrtpOverhead()
461 RTC_DCHECK(!IsSrtpActive()); in EnableExternalAuth()
470 if (!IsSrtpActive()) { in IsExternalAuthActive()