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_controller.h50 bool ConnectDataChannel(webrtc::SctpDataChannel* data_channel) override { in ConnectDataChannel()
61 void DisconnectDataChannel(webrtc::SctpDataChannel* data_channel) override { in DisconnectDataChannel()
137 bool IsConnected(webrtc::SctpDataChannel* data_channel) const { in IsConnected()
Dpeer_connection_test_wrapper.cc187 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
Dfake_peer_connection_for_stats.h281 void AddSctpDataChannel(rtc::scoped_refptr<SctpDataChannel> data_channel) { in AddSctpDataChannel()
Dintegration_test_helpers.h436 DataChannelInterface* data_channel() { in data_channel() function
1159 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
Dmock_peer_connection_observers.h94 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
/external/webrtc/rtc_tools/data_channel_benchmark/
Ddata_channel_benchmark.cc174 auto data_channel = dc_or_error.MoveValue(); in RunServer() local
255 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel; in RunClient() local
Dpeer_connection_client.cc198 for (auto& data_channel : data_channels_) { in Disconnect() local
/external/webrtc/examples/androidnativeapi/jni/
Dandroid_call_client.cc224 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
/external/webrtc/pc/
Ddata_channel_unittest.cc115 void OnSignalOpened(DataChannelInterface* data_channel) { ++opened_count_; } in OnSignalOpened()
117 void OnSignalClosed(DataChannelInterface* data_channel) { ++closed_count_; } in OnSignalClosed()
Dpeer_connection_factory_unittest.cc98 rtc::scoped_refptr<DataChannelInterface> data_channel) override {} in OnDataChannel()
Drtc_stats_integrationtest.cc463 bool VerifyRTCDataChannelStats(const RTCDataChannelStats& data_channel) { in VerifyRTCDataChannelStats()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.cc59 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()