Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1444 bool WebRtcSession::ConnectDataChannel(DataChannel* webrtc_data_channel) { in ConnectDataChannel() argument
1449 data_channel_->SignalReadyToSendData.connect(webrtc_data_channel, in ConnectDataChannel()
1451 data_channel_->SignalDataReceived.connect(webrtc_data_channel, in ConnectDataChannel()
1454 webrtc_data_channel, &DataChannel::OnStreamClosedRemotely); in ConnectDataChannel()
1458 void WebRtcSession::DisconnectDataChannel(DataChannel* webrtc_data_channel) { in DisconnectDataChannel() argument
1463 data_channel_->SignalReadyToSendData.disconnect(webrtc_data_channel); in DisconnectDataChannel()
1464 data_channel_->SignalDataReceived.disconnect(webrtc_data_channel); in DisconnectDataChannel()
1465 data_channel_->SignalStreamClosedRemotely.disconnect(webrtc_data_channel); in DisconnectDataChannel()
Dwebrtcsession.h279 bool ConnectDataChannel(DataChannel* webrtc_data_channel) override;
280 void DisconnectDataChannel(DataChannel* webrtc_data_channel) override;