HomeSort by relevance Sort by last modified time
    Searched refs:CreateChannels (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/session/media/
channel_unittest.cc 145 void CreateChannels(int flags1, int flags2) {
146 CreateChannels(new typename T::MediaChannel(NULL, typename T::Options()),
150 void CreateChannels(
481 CreateChannels(0, 0);
496 CreateChannels(0, 0);
510 CreateChannels(0, 0);
524 CreateChannels(RTCP, RTCP);
544 CreateChannels(RTCP, RTCP);
566 CreateChannels(0, 0);
597 CreateChannels(0, 0)
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 273 void CreateChannels(int num) {
499 CreateChannels(1);
620 CreateChannels(1);
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ClientRunners.cs 75 var channels = CreateChannels(config.ClientChannels, config.ServerTargets, config.SecurityParams, config.ChannelArgs);
87 private static List<Channel> CreateChannels(int clientChannels, IEnumerable<string> serverTargets, SecurityParams securityParams, IEnumerable<ChannelArg> channelArguments)
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 409 bool CreateChannels(const cricket::SessionDescription* desc);
webrtcsession.cc 825 if (action == kOffer && !CreateChannels(local_desc_->description())) {
867 if (action == kOffer && !CreateChannels(desc->description())) {
    [all...]

Completed in 266 milliseconds