Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dsctp_data_channel.cc307 CloseAbruptlyWithError(RTCError(RTCErrorType::RESOURCE_EXHAUSTED, in Send()
381 CloseAbruptlyWithError(std::move(error)); in OnTransportChannelClosed()
444 CloseAbruptlyWithError( in OnDataReceived()
468 void SctpDataChannel::CloseAbruptlyWithError(RTCError error) { in CloseAbruptlyWithError() function in webrtc::SctpDataChannel
496 CloseAbruptlyWithError(std::move(error)); in CloseAbruptlyWithDataChannelFailure()
656 CloseAbruptlyWithError( in SendDataMessage()
722 CloseAbruptlyWithError(RTCError(RTCErrorType::NETWORK_ERROR, in SendControlMessage()
Drtp_data_channel.cc197 CloseAbruptlyWithError(std::move(error)); in OnTransportChannelClosed()
211 CloseAbruptlyWithError(RTCError()); in RemotePeerRequestClose()
249 CloseAbruptlyWithError( in OnDataReceived()
270 void RtpDataChannel::CloseAbruptlyWithError(RTCError error) { in CloseAbruptlyWithError() function in webrtc::RtpDataChannel
Drtp_data_channel.h121 void CloseAbruptlyWithError(RTCError error);
Dsctp_data_channel.h170 void CloseAbruptlyWithError(RTCError error);