Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_port.cc192 void OnChannelBindError(StunMessage* response, int code);
1746 entry_->OnChannelBindError(response, error_code); in OnErrorResponse()
1873 void TurnEntry::OnChannelBindError(StunMessage* response, int code) { in OnChannelBindError() function in cricket::TurnEntry