Searched refs:channel2 (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransportcontroller_unittest.cc111 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
112 ASSERT_NE(nullptr, channel2);
124 channel2->SignalCandidateGathered(channel2, CreateCandidate(1));
126 channel2->SetCandidatesGatheringComplete();
128 channel2->SetConnectionCount(2);
130 channel2->SetReceiving(true);
132 channel2->SetWritable(true);
134 channel2->SetConnectionCount(1);
209 FakeTransportChannel* channel2 local
238 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
248 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
293 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
392 FakeTransportChannel* channel2 = CreateChannel("audio", 2); local
407 FakeTransportChannel* channel2 = CreateChannel("audio", 1); local
429 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
446 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
480 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
521 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
564 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
592 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
632 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
[all...]
H A Ddtlstransportchannel_unittest.cc555 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0);
557 ASSERT_TRUE(channel2 != NULL);
562 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole());
563 EXPECT_EQ(2U, channel2->IceTiebreaker());
H A Dturnserver.cc740 Channel* channel2 = FindChannel(peer_attr->GetAddress()); local
741 if (channel1 != channel2) {
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine_unittest.cc266 channel2()->SetSend(false);
326 cricket::SctpDataMediaChannel* channel2() { return chan2_.get(); } function in class:SctpDataMediaChannelTest
363 channel2()->SignalReadyToSend.connect(&signal_observer_2,
370 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
396 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
433 chan_2_sig_receiver.BindSelf(channel2());
439 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
453 chan_2_sig_receiver.BindSelf(channel2());
459 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
464 channel2()
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Dunittest.cc140 channel2(sample_rate_hz, rate_bits_per_second);
169 channel2.Send(send_time, bitstream2.size())));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowNotificationManagerTest.java72 NotificationChannel channel2 = new NotificationChannel("id2", "name2", 1);
74 notificationManager.createNotificationChannels(ImmutableList.of(channel1, channel2));
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc2725 rtc::scoped_ptr<cricket::WebRtcVoiceMediaChannel> channel2(
2735 channel2->AddSendStream(stream2);
2744 ASSERT_TRUE(channel2->SetSendParameters(parameters_options_all));
2745 EXPECT_EQ(parameters_options_all.options, channel2->options());
2762 ASSERT_TRUE(channel2->SetSendParameters(parameters_options_no_agc));
2766 EXPECT_EQ(expected_options, channel2->options());
2790 channel2->SetSend(cricket::SEND_MICROPHONE);
2806 channel2->SetSend(cricket::SEND_MICROPHONE);
2807 channel2->SetSendParameters(parameters_options_no_agc_nor_ns);
2811 EXPECT_EQ(expected_options, channel2
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dcdrom.h201 __u8 channel2; member in struct:cdrom_volctrl
/external/valgrind/include/vki/
H A Dvki-linux.h1939 __vki_u8 channel2; member in struct:vki_cdrom_volctrl
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c17842 Fixed channel2; local
17850 PyMac_GetFixed, &channel2,
17855 channel2,
17868 Fixed channel2; local
17878 &channel2,
17883 PyMac_BuildFixed, channel2,
27217 PyDoc_STR("(VideoDigitizerComponent ci, Fixed channel1, Fixed channel2, Fixed channel3) -> (ComponentResult _rv)")},
27219 PyDoc_STR("(VideoDigitizerComponent ci) -> (ComponentResult _rv, Fixed channel1, Fixed channel2, Fixed channel3)")},

Completed in 377 milliseconds