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

  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 42 static int remote_desc; variable
102 if (remote_desc == INVALID_DESCRIPTOR)
103 return 3; // after check, remote_desc not ok anymore
344 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
345 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0);
346 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK);
347 remote_desc_pollfdread_activity.fd = remote_desc;
356 connection/remote_desc which are discovered with poll or select on
357 the "new" connection/remote_desc. We bypass this by waiting some
378 ppFinishReason(reason), remote_desc, write_remote_desc)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 159 cricket::TransportDescription remote_desc(
162 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
178 cricket::TransportDescription remote_desc(
181 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
207 cricket::TransportDescription remote_desc(
210 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
dtlstransportchannel_unittest.cc 157 cricket::TransportDescription remote_desc(
161 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 342 const cricket::SessionDescription* remote_desc = desc->description(); local
348 const cricket::ContentInfo* audio_content = GetFirstAudioContent(remote_desc);
360 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc);
371 const cricket::ContentInfo* data_content = GetFirstDataContent(remote_desc);
    [all...]
webrtcsession.h 243 // Uses all remote candidates in |remote_desc| in this session.
245 const SessionDescriptionInterface* remote_desc);
webrtcsession_unittest.cc 1294 const SessionDescriptionInterface* remote_desc = local
1327 const SessionDescriptionInterface* remote_desc = local
1418 const SessionDescriptionInterface* remote_desc = local
    [all...]
webrtcsession.cc     [all...]
peerconnection_unittest.cc 271 const cricket::SessionDescription* remote_desc = local
276 const ContentInfo* remote_audio_content = GetFirstAudioContent(remote_desc);
283 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
    [all...]

Completed in 364 milliseconds