Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc419 static std::string GetErrorCodeString(webrtc::WebRtcSession::Error err) { in GetErrorCodeString() function
2031 desc << kSessionError << GetErrorCodeString(error()) << ". "; in GetSessionErrorMsg()