Home
last modified time | relevance | path

Searched refs:remote_desc (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c103 static int remote_desc = INVALID_DESCRIPTOR; variable
162 if (remote_desc == INVALID_DESCRIPTOR) in vgdb_state_looks_bad()
404 if (remote_desc == INVALID_DESCRIPTOR) { in remote_open()
411 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in remote_open()
412 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0); in remote_open()
413 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK); in remote_open()
415 remote_desc_pollfdread_activity.fd = remote_desc; in remote_open()
449 ppFinishReason(reason), remote_desc, write_remote_desc); in remote_finish()
455 if (remote_desc != INVALID_DESCRIPTOR && reason != reset_after_error) { in remote_finish()
464 VG_(close) (remote_desc); in remote_finish()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport_unittest.cc174 cricket::TransportDescription remote_desc( in TEST_F() local
176 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc, in TEST_F()
261 cricket::TransportDescription remote_desc( in TEST_F() local
265 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc, in TEST_F()
290 cricket::TransportDescription remote_desc( in TEST_F() local
292 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc, in TEST_F()
320 cricket::TransportDescription remote_desc( in TEST_F() local
324 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc, in TEST_F()
351 cricket::TransportDescription remote_desc( in TEST_F() local
355 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc, in TEST_F()
Ddtlstransportchannel_unittest.cc178 cricket::TransportDescription remote_desc( in Negotiate() local
190 remote_desc, cricket::CA_ANSWER, NULL)); in Negotiate()
193 remote_desc, cricket::CA_OFFER, NULL)); in Negotiate()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc1379 const SessionDescriptionInterface* remote_desc) { in UseCandidatesInSessionDescription() argument
1380 if (!remote_desc) in UseCandidatesInSessionDescription()
1384 for (size_t m = 0; m < remote_desc->number_of_mediasections(); ++m) { in UseCandidatesInSessionDescription()
1385 const IceCandidateCollection* candidates = remote_desc->candidates(m); in UseCandidatesInSessionDescription()
1389 if (!ReadyToUseRemoteCandidate(candidate, remote_desc, &valid)) { in UseCandidatesInSessionDescription()
1716 const SessionDescriptionInterface* remote_desc, in ReadyToUseRemoteCandidate() argument
1722 remote_desc ? remote_desc : remote_description(); in ReadyToUseRemoteCandidate()
Dwebrtcsession.h270 const SessionDescriptionInterface* remote_desc);
321 const SessionDescriptionInterface* remote_desc,
Dwebrtcsession_unittest.cc1748 const SessionDescriptionInterface* remote_desc = in TEST_F() local
1750 ASSERT_TRUE(remote_desc != NULL); in TEST_F()
1751 ASSERT_EQ(2u, remote_desc->number_of_mediasections()); in TEST_F()
1753 remote_desc->candidates(kMediaContentIndex0); in TEST_F()
1783 const SessionDescriptionInterface* remote_desc = in TEST_F() local
1785 ASSERT_TRUE(remote_desc != NULL); in TEST_F()
1786 ASSERT_EQ(2u, remote_desc->number_of_mediasections()); in TEST_F()
1788 remote_desc->candidates(kMediaContentIndex0); in TEST_F()
1802 remote_desc = session_->remote_description(); in TEST_F()
1803 ASSERT_TRUE(remote_desc != NULL); in TEST_F()
[all …]
Dmediastreamsignaling.cc470 const cricket::SessionDescription* remote_desc = desc->description(); in OnRemoteDescriptionChanged() local
476 const cricket::ContentInfo* audio_content = GetFirstAudioContent(remote_desc); in OnRemoteDescriptionChanged()
489 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc); in OnRemoteDescriptionChanged()
501 const cricket::ContentInfo* data_content = GetFirstDataContent(remote_desc); in OnRemoteDescriptionChanged()
Dpeerconnection_unittest.cc280 const cricket::SessionDescription* remote_desc = in VerifyRejectedMediaInSessionDescription() local
285 const ContentInfo* remote_audio_content = GetFirstAudioContent(remote_desc); in VerifyRejectedMediaInSessionDescription()
292 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc); in VerifyRejectedMediaInSessionDescription()