Searched defs:remote_desc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc470 const cricket::SessionDescription* remote_desc = desc->description(); local
476 const cricket::ContentInfo* audio_content = GetFirstAudioContent(remote_desc);
489 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc);
501 const cricket::ContentInfo* data_content = GetFirstDataContent(remote_desc);
H A Dpeerconnection_unittest.cc280 const cricket::SessionDescription* remote_desc = local
285 const ContentInfo* remote_audio_content = GetFirstAudioContent(remote_desc);
292 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
H A Dwebrtcsession.cc1379 const SessionDescriptionInterface* remote_desc) {
1380 if (!remote_desc)
1384 for (size_t m = 0; m < remote_desc->number_of_mediasections(); ++m) {
1385 const IceCandidateCollection* candidates = remote_desc->candidates(m);
1389 if (!ReadyToUseRemoteCandidate(candidate, remote_desc, &valid)) {
1716 const SessionDescriptionInterface* remote_desc,
1722 remote_desc ? remote_desc : remote_description();
1378 UseCandidatesInSessionDescription( const SessionDescriptionInterface* remote_desc) argument
1714 ReadyToUseRemoteCandidate( const IceCandidateInterface* candidate, const SessionDescriptionInterface* remote_desc, bool* valid) argument
H A Dwebrtcsession_unittest.cc1748 const SessionDescriptionInterface* remote_desc = local
1750 ASSERT_TRUE(remote_desc != NULL);
1751 ASSERT_EQ(2u, remote_desc->number_of_mediasections());
1753 remote_desc->candidates(kMediaContentIndex0);
1783 const SessionDescriptionInterface* remote_desc = local
1785 ASSERT_TRUE(remote_desc != NULL);
1786 ASSERT_EQ(2u, remote_desc->number_of_mediasections());
1788 remote_desc->candidates(kMediaContentIndex0);
1802 remote_desc = session_->remote_description();
1803 ASSERT_TRUE(remote_desc !
1874 const SessionDescriptionInterface* remote_desc = local
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c103 static int remote_desc = INVALID_DESCRIPTOR; variable
162 if (remote_desc == INVALID_DESCRIPTOR)
163 return 3; // after check, remote_desc not ok anymore
404 if (remote_desc == INVALID_DESCRIPTOR) {
411 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
412 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0);
413 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK);
415 remote_desc_pollfdread_activity.fd = remote_desc;
424 connection/remote_desc which are discovered with poll or select on
425 the "new" connection/remote_desc
[all...]

Completed in 795 milliseconds