Home
last modified time | relevance | path

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

/external/webrtc/pc/
Drtp_transport.h69 bool IsSrtpActive() const override { return false; } in IsSrtpActive() function
Dcomposite_rtp_transport.cc151 bool CompositeRtpTransport::IsSrtpActive() const { in IsSrtpActive() function in webrtc::CompositeRtpTransport
Dsrtp_transport.cc352 bool SrtpTransport::IsSrtpActive() const { in IsSrtpActive() function in webrtc::SrtpTransport
Dcomposite_rtp_transport_test.cc223 TEST_F(CompositeRtpTransportTest, IsSrtpActive) { in TEST_F() argument