Searched refs:channel3 (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller_unittest.cc | 394 FakeTransportChannel* channel3 = CreateChannel("video", 1); in TEST_F() local 395 ASSERT_NE(nullptr, channel3); in TEST_F() 410 FakeTransportChannel* channel3 = CreateChannel("audio", 2); in TEST_F() local 411 ASSERT_NE(nullptr, channel3); in TEST_F() 448 FakeTransportChannel* channel3 = CreateChannel("video", 2); in TEST_F() local 449 ASSERT_NE(nullptr, channel3); in TEST_F() 456 channel3->SetCandidatesGatheringComplete(); in TEST_F() 457 channel3->SetConnectionCount(1); in TEST_F() 458 channel3->SetConnectionCount(0); in TEST_F() 482 FakeTransportChannel* channel3 = CreateChannel("video", 2); in TEST_F() local [all …]
|
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | ChannelTest.php | 449 $this->channel3 = new Grpc\Channel('localhost:50025', []); 460 $state = $this->channel3->getConnectivityState(); 532 $this->channel3 = new Grpc\Channel('localhost:50027', 543 $state = $this->channel3->getConnectivityState(); 548 $this->channel3->close(); 583 $this->channel3 = new Grpc\Channel('localhost:50029', []); 592 $state = $this->channel3->getConnectivityState(); 628 $this->channel3 = new Grpc\Channel('localhost:50130', []); 638 $state = $this->channel3->getConnectivityState(); 654 $this->channel3 = new Grpc\Channel('localhost:50230', []); [all …]
|
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/ |
D | PersistentChannelTest.php | 99 $this->channel3 = new Grpc\Channel('localhost:3', []); 256 $this->channel3 = new Grpc\Channel('localhost:10003', 258 $channel3_info = $this->channel3->getChannelInfo(); 383 $this->channel3 = new Grpc\Channel('localhost:10011', 385 $channel3_info = $this->channel3->getChannelInfo(); 412 $this->channel3 = new Grpc\Channel('localhost:10012', 414 $channel3_info = $this->channel3->getChannelInfo(); 445 $this->channel3 = new Grpc\Channel('localhost:10013', 447 $channel3_info = $this->channel3->getChannelInfo(); 478 $this->channel3 = new Grpc\Channel('localhost:10014', [all …]
|
/external/grpc-grpc/test/core/channel/ |
D | channel_trace_test.cc | 238 ChannelFixture channel3(GetParam()); in TEST_P() local 240 MakeRefCounted<ChannelNode>(channel3.channel(), GetParam(), true); in TEST_P()
|
/external/kernel-headers/original/uapi/linux/ |
D | cdrom.h | 202 __u8 channel3; member
|
/external/syzkaller/sys/linux/ |
D | cdrom.txt | 144 channel3 int8
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 17843 Fixed channel3; in Qt_VDSetInputGammaValue() local 17851 PyMac_GetFixed, &channel3)) in Qt_VDSetInputGammaValue() 17856 channel3); in Qt_VDSetInputGammaValue() 17869 Fixed channel3; in Qt_VDGetInputGammaValue() local 17879 &channel3); in Qt_VDGetInputGammaValue() 17884 PyMac_BuildFixed, channel3); in Qt_VDGetInputGammaValue()
|