Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/test/
H A 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()
H A Dpeer_connection_test_wrapper.cc187 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
H A Dintegration_test_helpers.h436 DataChannelInterface* data_channel() { in data_channel() function
1159 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
H A Dfake_peer_connection_for_stats.h281 void AddSctpDataChannel(rtc::scoped_refptr<SctpDataChannel> data_channel) { in AddSctpDataChannel()
H A Dmock_peer_connection_observers.h94 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/
H A 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
H A Dpeer_connection_client.cc198 for (auto& data_channel : data_channels_) { in Disconnect() local
/aosp_15_r20/external/webrtc/pc/
H A Ddata_channel_unittest.cc115 void OnSignalOpened(DataChannelInterface* data_channel) { ++opened_count_; } in OnSignalOpened()
117 void OnSignalClosed(DataChannelInterface* data_channel) { ++closed_count_; } in OnSignalClosed()
H A Dpeer_connection_factory_unittest.cc98 rtc::scoped_refptr<DataChannelInterface> data_channel) override {} in OnDataChannel()
H A Drtc_stats_integrationtest.cc463 bool VerifyRTCDataChannelStats(const RTCDataChannelStats& data_channel) { in VerifyRTCDataChannelStats()
/aosp_15_r20/external/webrtc/examples/androidnativeapi/jni/
H A Dandroid_call_client.cc224 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dclient_handler.cpp255 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp317 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dpeer_scenario_client.cc59 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel_test.cc130 ScoDataChannel* data_channel, in FakeScoConnection()