HomeSort by relevance Sort by last modified time
    Searched refs:remote_desc (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 171 cricket::TransportDescription remote_desc(
173 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
197 cricket::TransportDescription remote_desc(
199 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
227 cricket::TransportDescription remote_desc(
231 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
258 cricket::TransportDescription remote_desc(
262 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
dtlstransportchannel_unittest.cc 178 cricket::TransportDescription remote_desc(
190 remote_desc, cricket::CA_ANSWER, NULL));
193 remote_desc, cricket::CA_OFFER, NULL));
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 103 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. We bypass this by waiting som
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 396 const cricket::SessionDescription* remote_desc = desc->description(); local
402 const cricket::ContentInfo* audio_content = GetFirstAudioContent(remote_desc);
414 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc);
425 const cricket::ContentInfo* data_content = GetFirstDataContent(remote_desc);
    [all...]
webrtcsession.h 264 // Uses all remote candidates in |remote_desc| in this session.
266 const SessionDescriptionInterface* remote_desc);
webrtcsession_unittest.cc 1648 const SessionDescriptionInterface* remote_desc = local
1683 const SessionDescriptionInterface* remote_desc = local
1774 const SessionDescriptionInterface* remote_desc = local
    [all...]
peerconnection_unittest.cc 279 const cricket::SessionDescription* remote_desc = local
284 const ContentInfo* remote_audio_content = GetFirstAudioContent(remote_desc);
291 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
    [all...]
webrtcsession.cc     [all...]

Completed in 616 milliseconds