Searched defs:IsDtlsActive (Results 1 – 6 of 6) sorted by relevance
139 bool TransportChannelProxy::IsDtlsActive() const { in IsDtlsActive() function in cricket::TransportChannelProxy
139 virtual bool IsDtlsActive() const { return dtls_state_ != STATE_NONE; } in IsDtlsActive() function
112 virtual bool IsDtlsActive() const { return false; } in IsDtlsActive() function
114 virtual bool IsDtlsActive() const { return false; } in IsDtlsActive() function
235 virtual bool IsDtlsActive() const { in IsDtlsActive() function
1035 static bool IsDtlsActive( in IsDtlsActive() function