Home
last modified time | relevance | path

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

/external/webrtc/pc/
Drtp_transport.h80 bool IsSrtpActive() const override { return false; } in IsSrtpActive() function
Dsrtp_transport.cc346 bool SrtpTransport::IsSrtpActive() const { in IsSrtpActive() function in webrtc::SrtpTransport
Dchannel_unittest.cc535 bool IsSrtpActive(std::unique_ptr<typename T::Channel>& channel) { in IsSrtpActive() function in ChannelTest