Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dsctp_data_channel.h172 void CloseAbruptlyWithDataChannelFailure(const std::string& message);
Ddata_channel_controller.cc370 channel->CloseAbruptlyWithDataChannelFailure("Failed to allocate SCTP SID"); in AllocateSctpSids()
Dsctp_data_channel.cc492 void SctpDataChannel::CloseAbruptlyWithDataChannelFailure( in CloseAbruptlyWithDataChannelFailure() function in webrtc::SctpDataChannel