OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remote_desc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc
362
const cricket::SessionDescription*
remote_desc
= desc->description();
local
368
const cricket::ContentInfo* audio_content = GetFirstAudioContent(
remote_desc
);
380
const cricket::ContentInfo* video_content = GetFirstVideoContent(
remote_desc
);
391
const cricket::ContentInfo* data_content = GetFirstDataContent(
remote_desc
);
[
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
...]
webrtcsession_unittest.cc
1363
const SessionDescriptionInterface*
remote_desc
=
local
1396
const SessionDescriptionInterface*
remote_desc
=
local
1487
const SessionDescriptionInterface*
remote_desc
=
local
[
all
...]
/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
...]
Completed in 82 milliseconds