Searched refs:ValidateSessionDescription (Results 1 – 2 of 2) sorted by relevance
429 bool ValidateSessionDescription(const SessionDescriptionInterface* sdesc,
803 if (!ValidateSessionDescription(desc, cricket::CS_LOCAL, err_desc)) { in SetLocalDescription()857 if (!ValidateSessionDescription(desc, cricket::CS_REMOTE, err_desc)) { in SetRemoteDescription()1951 bool WebRtcSession::ValidateSessionDescription( in ValidateSessionDescription() function in webrtc::WebRtcSession