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

  /external/webrtc/webrtc/p2p/base/
transport_unittest.cc 76 cricket::TransportDescription remote_desc(kIceUfrag1, kIcePwd1);
77 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
157 cricket::TransportDescription remote_desc(
161 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
178 cricket::TransportDescription remote_desc(
182 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
207 cricket::TransportDescription remote_desc(
211 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
transportcontroller_unittest.cc 344 TransportDescription remote_desc(
349 "audio", remote_desc, cricket::CA_OFFER, &err));
374 TransportDescription remote_desc(
378 "audio", remote_desc, cricket::CA_OFFER, &err));
dtlstransportchannel_unittest.cc 168 cricket::TransportDescription remote_desc(
179 remote_desc, cricket::CA_ANSWER, NULL));
182 remote_desc, cricket::CA_OFFER, NULL));
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 104 static int remote_desc = INVALID_DESCRIPTOR; variable
163 if (remote_desc == INVALID_DESCRIPTOR)
164 return 3; // after check, remote_desc not ok anymore
278 /* If remote_desc is not opened, open it.
284 if (remote_desc == INVALID_DESCRIPTOR) {
291 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
292 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0);
293 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK);
295 remote_desc_pollfdread_activity.fd = remote_desc;
443 connection/remote_desc which are discovered with poll or select o
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
webrtcsession.h 397 // Uses all remote candidates in |remote_desc| in this session.
399 const SessionDescriptionInterface* remote_desc);
442 // |remote_desc| is the new remote description, or NULL if the current remote
446 const SessionDescriptionInterface* remote_desc,
peerconnection.cc 1055 const cricket::SessionDescription* remote_desc = desc->description(); local
    [all...]
webrtcsession_unittest.cc 2163 const SessionDescriptionInterface* remote_desc = local
2198 const SessionDescriptionInterface* remote_desc = local
2289 const SessionDescriptionInterface* remote_desc = local
    [all...]
peerconnection_unittest.cc 543 const cricket::SessionDescription* remote_desc = local
548 const ContentInfo* remote_audio_content = GetFirstAudioContent(remote_desc);
555 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
    [all...]
  /external/webrtc/talk/session/media/
channel.h 127 bool PushdownRemoteDescription(const SessionDescription* remote_desc,
channel.cc 774 const SessionDescription* remote_desc, ContentAction action,
776 const ContentInfo* content_info = GetFirstContent(remote_desc);
    [all...]

Completed in 1835 milliseconds