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

  /external/u-boot/tools/gdb/
remote.h 7 extern int remote_desc, remote_timeout;
gdbcont.c 59 remote_desc = sfd;
remote.c 84 int remote_desc = -1, remote_timeout = 10; variable
96 SERIAL_WRITE(remote_desc, "+", 1);
602 ch = SERIAL_READCHAR (remote_desc, timeout);
675 if (SERIAL_WRITE (remote_desc, buf2, p - buf2))
902 SERIAL_WRITE (remote_desc, "+", 1);
908 SERIAL_WRITE (remote_desc, "-", 1);
914 SERIAL_WRITE (remote_desc, "+", 1);
gdbsend.c 103 remote_desc = sfd;
  /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/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 153 milliseconds