Home
last modified time | relevance | path

Searched defs:data_channel (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/pc/test/
Dfake_data_channel_provider.h48 bool ConnectDataChannel(webrtc::SctpDataChannel* data_channel) override { in ConnectDataChannel()
59 void DisconnectDataChannel(webrtc::SctpDataChannel* data_channel) override { in DisconnectDataChannel()
134 bool IsConnected(webrtc::SctpDataChannel* data_channel) const { in IsConnected()
Dpeer_connection_test_wrapper.cc172 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
Dfake_peer_connection_for_stats.h183 void AddSctpDataChannel(rtc::scoped_refptr<SctpDataChannel> data_channel) { in AddSctpDataChannel()
Dmock_peer_connection_observers.h89 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
/external/webrtc/pc/
Dchannel_manager.cc349 auto data_channel = std::make_unique<RtpDataChannel>( in CreateRtpDataChannel() local
362 void ChannelManager::DestroyRtpDataChannel(RtpDataChannel* data_channel) { in DestroyRtpDataChannel()
Ddata_channel_unittest.cc103 void OnSignalOpened(DataChannelInterface* data_channel) { ++opened_count_; } in OnSignalOpened()
105 void OnSignalClosed(DataChannelInterface* data_channel) { ++closed_count_; } in OnSignalClosed()
Ddata_channel_controller.cc516 RtpDataChannel* data_channel = it->second; in UpdateClosingRtpDataChannels() local
Dpeer_connection_factory_unittest.cc91 rtc::scoped_refptr<DataChannelInterface> data_channel) override {} in OnDataChannel()
Drtc_stats_integrationtest.cc459 bool VerifyRTCDataChannelStats(const RTCDataChannelStats& data_channel) { in VerifyRTCDataChannelStats()
Dpeer_connection_integrationtest.cc405 DataChannelInterface* data_channel() { return data_channel_; } in data_channel() function in webrtc::__anon604774fb0111::PeerConnectionWrapper
1005 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
3469 auto data_channel = caller()->pc()->CreateDataChannel("label_1", nullptr); in TEST_P() local
/external/webrtc/examples/androidnativeapi/jni/
Dandroid_call_client.cc222 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.cc58 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()