/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_rtcp_impl_unittest.cc | 51 class SendTransport : public Transport, 186 // Transport settings. 354 // Ignore fake transport delays in this test.
|
rtcp_sender_unittest.cc | 197 class TestTransport : public Transport,
|
rtcp_receiver_unittest.cc | 40 // This test transport verifies that no functions get called. 41 class TestTransport : public Transport, [all...] |
rtp_sender.cc | 118 Transport* transport, 142 transport_(transport), 764 LOG(LS_WARNING) << "Transport failed to send packet"; [all...] |
rtp_sender_unittest.cc | 72 class LoopbackTransportTest : public webrtc::Transport { 859 MockTransport transport; local [all...] |
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 135 class my_transportation : public Transport 579 "Enabling external transport on channel %d", 585 "Could not set external transport"); [all...] |
/external/python/cpython3/Lib/test/test_asyncio/ |
test_events.py | 79 self.transport = None 86 def connection_made(self, transport): 87 self.transport = transport 109 def connection_made(self, transport): 110 super().connection_made(transport) 111 transport.write(b'GET / HTTP/1.0\r\nHost: example.com\r\n\r\n') 123 def connection_made(self, transport): 124 self.transport = transport [all...] |
/external/webrtc/talk/media/webrtc/ |
fakewebrtcvoiceengine.h | 567 webrtc::Transport& transport)) {
|
/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel_unittest.cc | 99 cricket::Transport* transport() { return transport_.get(); } function in class:DtlsTestClient 325 // Transport channel callbacks 551 // Test that transport negotiation of ICE, no DTLS works properly. 824 EXPECT_TRUE(client1_.transport()->GetSslRole(&channel1_role)); 825 EXPECT_TRUE(client2_.transport()->GetSslRole(&channel2_role)); [all...] |
/external/python/cpython3/Lib/asyncio/ |
selector_events.py | 195 transport = None 200 transport = self._make_ssl_transport( 205 transport = self._make_socket_transport( 212 transport.close() 220 'Error on transport creation for incoming connection', 225 if transport is not None: 226 context['transport'] = transport 238 transport = self._transports[fileno] 242 if not transport.is_closing() [all...] |
/external/webrtc/webrtc/voice_engine/ |
channel.cc | 271 // This call will trigger Transport::SendPacket() from the RTP/RTCP module. 330 " invalid transport object"); 339 _externalTransport ? "external transport" : "WebRtc sockets"; 361 " due to invalid transport object"); 371 _externalTransport ? "external transport" : "WebRtc sockets"; [all...] |
/external/webrtc/webrtc/video/ |
end_to_end_tests.cc | 60 class UnusedTransport : public Transport { 87 test::NullTransport transport; local 88 CreateSendConfig(1, 0, &transport); 89 CreateMatchingReceiveConfigs(&transport); 102 test::NullTransport transport; local 103 CreateSendConfig(1, 0, &transport); 104 CreateMatchingReceiveConfigs(&transport); 3213 UnusedTransport transport; local 3234 UnusedTransport transport; local [all...] |
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
android_3p-bundle.js | [all...] |
/external/doclava/res/assets/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |