Home
last modified time | relevance | path

Searched refs:channel1 (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc109 FakeTransportChannel* channel1 = CreateChannel("audio", 1); in CreateChannelsAndCompleteConnection_w() local
110 ASSERT_NE(nullptr, channel1); in CreateChannelsAndCompleteConnection_w()
123 channel1->SignalCandidateGathered(channel1, CreateCandidate(1)); in CreateChannelsAndCompleteConnection_w()
125 channel1->SetCandidatesGatheringComplete(); in CreateChannelsAndCompleteConnection_w()
127 channel1->SetConnectionCount(2); in CreateChannelsAndCompleteConnection_w()
129 channel1->SetReceiving(true); in CreateChannelsAndCompleteConnection_w()
131 channel1->SetWritable(true); in CreateChannelsAndCompleteConnection_w()
133 channel1->SetConnectionCount(1); in CreateChannelsAndCompleteConnection_w()
201 FakeTransportChannel* channel1 = CreateChannel("audio", 1); in TEST_F() local
202 ASSERT_NE(nullptr, channel1); in TEST_F()
[all …]
Dturnserver.cc739 Channel* channel1 = FindChannel(channel_id); in HandleChannelBindRequest() local
741 if (channel1 != channel2) { in HandleChannelBindRequest()
747 if (!channel1) { in HandleChannelBindRequest()
748 channel1 = new Channel(thread_, channel_id, peer_attr->GetAddress()); in HandleChannelBindRequest()
749 channel1->SignalDestroyed.connect(this, in HandleChannelBindRequest()
751 channels_.push_back(channel1); in HandleChannelBindRequest()
753 channel1->Refresh(); in HandleChannelBindRequest()
Ddtlstransportchannel_unittest.cc554 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0); in TEST_F() local
556 ASSERT_TRUE(channel1 != NULL); in TEST_F()
558 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->GetIceRole()); in TEST_F()
559 EXPECT_EQ(1U, channel1->IceTiebreaker()); in TEST_F()
560 EXPECT_EQ(kIceUfrag1, channel1->ice_ufrag()); in TEST_F()
561 EXPECT_EQ(kIcePwd1, channel1->ice_pwd()); in TEST_F()
/external/webrtc/talk/media/sctp/
Dsctpdataengine_unittest.cc265 channel1()->SetSend(false); in TearDown()
325 cricket::SctpDataMediaChannel* channel1() { return chan1_.get(); } in channel1() function in SctpDataMediaChannelTest
361 channel1()->SignalReadyToSend.connect(&signal_observer_1, in TEST_F()
367 ASSERT_TRUE(SendData(channel1(), 1, "hello?", &result)); in TEST_F()
383 ASSERT_TRUE(SendData(channel1(), 1, "hello?", &result)); in TEST_F()
420 channel1()->SendData( in TEST_F()
432 chan_1_sig_receiver.BindSelf(channel1()); in TEST_F()
436 ASSERT_TRUE(SendData(channel1(), 1, "hello?", &result)); in TEST_F()
444 channel1()->RemoveSendStream(1); in TEST_F()
452 chan_1_sig_receiver.BindSelf(channel1()); in TEST_F()
[all …]
/external/opencv3/3rdparty/openexr/IlmImf/
DImfMultiView.cpp221 areCounterparts (const string &channel1, in areCounterparts() argument
230 StringVector chan1 = parseString (channel1); in areCounterparts()
251 if (viewFromChannelName (channel1, multiView) == in areCounterparts()
DImfMultiView.h110 bool areCounterparts (const std::string &channel1,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dunittest.cc139 BoundedCapacityChannel channel1(sample_rate_hz, rate_bits_per_second), in TestGetSetBandwidthInfo() local
166 channel1.Send(send_time, bitstream1.size()))); in TestGetSetBandwidthInfo()
/external/kernel-headers/original/uapi/linux/
Dcdrom.h199 __u8 channel1; member
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2722 rtc::scoped_ptr<cricket::WebRtcVoiceMediaChannel> channel1( in TEST_F() local
2732 channel1->AddSendStream(stream1); in TEST_F()
2742 ASSERT_TRUE(channel1->SetSendParameters(parameters_options_all)); in TEST_F()
2743 EXPECT_EQ(parameters_options_all.options, channel1->options()); in TEST_F()
2751 ASSERT_TRUE(channel1->SetSendParameters(parameters_options_no_ns)); in TEST_F()
2756 EXPECT_EQ(expected_options, channel1->options()); in TEST_F()
2782 channel1->SetSend(cricket::SEND_MICROPHONE); in TEST_F()
/external/valgrind/include/vki/
Dvki-linux.h1921 __vki_u8 channel1; member