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

  /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/
peerconnection.cc 1055 const cricket::SessionDescription* remote_desc = desc->description(); 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...]
webrtcsession_unittest.cc 2163 const SessionDescriptionInterface* remote_desc = local
2198 const SessionDescriptionInterface* remote_desc = local
2289 const SessionDescriptionInterface* remote_desc = local
    [all...]

Completed in 234 milliseconds