Home
last modified time | relevance | path

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

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