Home
last modified time | relevance | path

Searched defs:CreateDataChannel (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/pc/test/
H A Dintegration_test_helpers.h419 void CreateDataChannel() { CreateDataChannel(nullptr); } in CreateDataChannel() function
421 void CreateDataChannel(const webrtc::DataChannelInit* init) { in CreateDataChannel() function
425 void CreateDataChannel(const std::string& label, in CreateDataChannel() function
H A Dpeer_connection_test_wrapper.cc143 PeerConnectionTestWrapper::CreateDataChannel( in CreateDataChannel() function in PeerConnectionTestWrapper
/aosp_15_r20/external/webrtc/test/pc/e2e/
H A Dtest_peer.h111 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_wrapper.cc315 PeerConnectionWrapper::CreateDataChannel(const std::string& label) { in CreateDataChannel() function in webrtc::PeerConnectionWrapper
H A Dsdp_offer_answer.cc4954 bool SdpOfferAnswerHandler::CreateDataChannel(const std::string& mid) { in CreateDataChannel() function in webrtc::SdpOfferAnswerHandler
/aosp_15_r20/external/webrtc/examples/unityplugin/
H A Dsimple_peer_connection.cc493 bool SimplePeerConnection::CreateDataChannel() { in CreateDataChannel() function in SimplePeerConnection
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h978 virtual rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function