Home
last modified time | relevance | path

Searched refs:SessionErrorToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dsdp_offer_answer.h410 const char* SessionErrorToString(SessionError error) const;
H A Dsdp_offer_answer.cc4269 const char* SdpOfferAnswerHandler::SessionErrorToString( in SessionErrorToString() function in webrtc::SdpOfferAnswerHandler
4286 desc << kSessionError << SessionErrorToString(session_error()) << ". "; in GetSessionErrorMsg()