Searched refs:DisconnectDataChannel (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/test/
H A Dfakedatachannelprovider.h70 void DisconnectDataChannel(webrtc::DataChannel* data_channel) override {
/external/webrtc/talk/app/webrtc/
H A Ddatachannel.h56 virtual void DisconnectDataChannel(DataChannel* data_channel) = 0;
H A Ddatachannel.cc500 provider_->DisconnectDataChannel(this);
H A Dwebrtcsession.h280 void DisconnectDataChannel(DataChannel* webrtc_data_channel) override;
H A Dwebrtcsession.cc1458 void WebRtcSession::DisconnectDataChannel(DataChannel* webrtc_data_channel) { function in class:webrtc::WebRtcSession
1460 LOG(LS_ERROR) << "DisconnectDataChannel called when data_channel_ is NULL.";

Completed in 716 milliseconds