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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 470 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);
    [all...]
peerconnection_unittest.cc 280 const cricket::SessionDescription* remote_desc = local
285 const ContentInfo* remote_audio_content = GetFirstAudioContent(remote_desc);
292 const ContentInfo* remote_video_content = GetFirstVideoContent(remote_desc);
    [all...]
webrtcsession_unittest.cc 1748 const SessionDescriptionInterface* remote_desc = local
1783 const SessionDescriptionInterface* remote_desc = local
1874 const SessionDescriptionInterface* remote_desc = local
    [all...]
  /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...]

Completed in 1229 milliseconds