Searched defs:channel2 (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
H A DTestAnimBlendBug.java51 private AnimChannel channel1, channel2; field in class:TestAnimBlendBug
66 channel2.setAnim(animNames[4], 0);
68 channel2.setSpeed(0.25f);
113 channel2 = control2.createChannel();
/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 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/kernel-headers/original/uapi/linux/
H A Dcdrom.h200 __u8 channel2; member in struct:cdrom_volctrl
/external/valgrind/include/vki/
H A Dvki-linux.h1922 __vki_u8 channel2; member in struct:vki_cdrom_volctrl

Completed in 370 milliseconds