Searched defs:IsSrtpActive (Results 1 – 4 of 4) sorted by relevance
| /external/webrtc/pc/ | ||
| D | rtp_transport.h | 69 bool IsSrtpActive() const override { return false; } in IsSrtpActive() function |
| D | composite_rtp_transport.cc | 151 bool CompositeRtpTransport::IsSrtpActive() const { in IsSrtpActive() function in webrtc::CompositeRtpTransport |
| D | srtp_transport.cc | 352 bool SrtpTransport::IsSrtpActive() const { in IsSrtpActive() function in webrtc::SrtpTransport |
| D | composite_rtp_transport_test.cc | 223 TEST_F(CompositeRtpTransportTest, IsSrtpActive) { in TEST_F() argument |