Home
last modified time | relevance | path

Searched refs:CreateChannels (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Dchannel_unittest.cc132 void CreateChannels(int flags1, int flags2) { in CreateChannels() function in ChannelTest
133 CreateChannels(std::make_unique<typename T::MediaChannel>( in CreateChannels()
139 void CreateChannels(std::unique_ptr<typename T::MediaChannel> ch1, in CreateChannels() function in ChannelTest
514 CreateChannels(0, 0); in TestInit()
528 CreateChannels(0, 0); in TestSetContents()
544 CreateChannels(0, 0); in TestSetContentsExtmapAllowMixedCaller()
558 CreateChannels(0, 0); in TestSetContentsExtmapAllowMixedCallee()
573 CreateChannels(0, 0); in TestSetContentsNullOffer()
587 CreateChannels(0, 0); in TestSetContentsRtcpMux()
603 CreateChannels(0, 0); in TestSetContentsRtcpMuxWithPrAnswer()
[all …]
Dpeer_connection.h969 RTCError CreateChannels(const cricket::SessionDescription& desc)
Dpeer_connection.cc2706 RTCError error = CreateChannels(*local_description()->description()); in ApplyLocalDescription()
3103 RTCError error = CreateChannels(*remote_description()->description()); in ApplyRemoteDescription()
6419 RTCError PeerConnection::CreateChannels(const SessionDescription& desc) { in CreateChannels() function in webrtc::PeerConnection
/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc374 void CreateChannels(const IceConfig& ep1_config, in CreateChannels() function in cricket::P2PTransportChannelTestBase
395 void CreateChannels() { in CreateChannels() function in cricket::P2PTransportChannelTestBase
397 CreateChannels(default_config, default_config, false); in CreateChannels()
619 CreateChannels(); in Test()
728 CreateChannels(); in TestSignalRoleConflict()
1262 CreateChannels(); in TEST_F()
1272 CreateChannels(); in TEST_F()
1282 CreateChannels(); in TEST_F()
1320 CreateChannels(); in TEST_F()
1353 CreateChannels(); in TEST_F()
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs75 …var channels = CreateChannels(config.ClientChannels, config.ServerTargets, config.SecurityParams, … in CreateStarted()
87 …private static List<Channel> CreateChannels(int clientChannels, IEnumerable<string> serverTargets,… in CreateChannels() method in Grpc.IntegrationTesting.ClientRunners