Searched defs:err_desc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc114 bool BadTransportDescription(const std::string& desc, std::string* err_desc) { argument
115 if (err_desc) {
116 *err_desc = desc;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc256 std::string* err_desc) {
260 if (err_desc) {
261 *err_desc = desc.str();
270 std::string* err_desc) {
272 return BadSdp("local", type, reason, err_desc);
274 return BadSdp("remote", type, reason, err_desc);
280 std::string* err_desc) {
281 return BadSdp(cricket::CS_LOCAL, type, reason, err_desc);
286 std::string* err_desc) {
287 return BadSdp(cricket::CS_REMOTE, type, reason, err_desc);
253 BadSdp(const std::string& source, const std::string& type, const std::string& reason, std::string* err_desc) argument
267 BadSdp(cricket::ContentSource source, const std::string& type, const std::string& reason, std::string* err_desc) argument
278 BadLocalSdp(const std::string& type, const std::string& reason, std::string* err_desc) argument
284 BadRemoteSdp(const std::string& type, const std::string& reason, std::string* err_desc) argument
290 BadOfferSdp(cricket::ContentSource source, const std::string& reason, std::string* err_desc) argument
296 BadPranswerSdp(cricket::ContentSource source, const std::string& reason, std::string* err_desc) argument
303 BadAnswerSdp(cricket::ContentSource source, const std::string& reason, std::string* err_desc) argument
725 SetLocalDescription(SessionDescriptionInterface* desc, std::string* err_desc) argument
784 SetRemoteDescription(SessionDescriptionInterface* desc, std::string* err_desc) argument
841 UpdateSessionState( Action action, cricket::ContentSource source, std::string* err_desc) argument
1620 ValidateSessionDescription( const SessionDescriptionInterface* sdesc, cricket::ContentSource source, std::string* err_desc) argument
[all...]

Completed in 164 milliseconds