Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dchannel_manager.cc362 void ChannelManager::DestroyRtpDataChannel(RtpDataChannel* data_channel) { in DestroyRtpDataChannel() function in cricket::ChannelManager
369 RTC_FROM_HERE, [&] { return DestroyRtpDataChannel(data_channel); }); in DestroyRtpDataChannel()
Dchannel_manager.h138 void DestroyRtpDataChannel(RtpDataChannel* data_channel);
Dchannel_manager_unittest.cc94 cm_->DestroyRtpDataChannel(rtp_data_channel); in TestCreateDestroyChannels()
Dpeer_connection.cc7159 channel_manager()->DestroyRtpDataChannel( in DestroyChannelInterface()