OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bundle_enabled
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/session/media/
mediasession.cc
1757
bool
bundle_enabled
=
local
1815
bool
bundle_enabled
=
local
1873
bool
bundle_enabled
=
local
[
all
...]
mediasession.h
104
bundle_enabled
(false),
147
bool
bundle_enabled
;
member in struct:cricket::MediaSessionOptions
mediasession_unittest.cc
337
if (options.
bundle_enabled
) {
359
if (options.
bundle_enabled
) {
389
options.
bundle_enabled
= false;
391
options.
bundle_enabled
= true;
394
options.
bundle_enabled
= true;
551
opts.
bundle_enabled
= true;
581
opts.
bundle_enabled
= true;
590
updated_opts.
bundle_enabled
= true;
651
opts.
bundle_enabled
= true;
663
opts.
bundle_enabled
= true
[
all
...]
/external/webrtc/talk/app/webrtc/
peerconnection.cc
469
session_options->
bundle_enabled
= rtc_options.use_rtp_mux;
506
session_options->
bundle_enabled
= value;
509
session_options->
bundle_enabled
= true;
[
all
...]
peerconnectioninterface_unittest.cc
[
all
...]
webrtcsession_unittest.cc
576
session_options->
bundle_enabled
=
577
session_options->
bundle_enabled
&&
593
session_options->
bundle_enabled
=
594
session_options->
bundle_enabled
&&
752
options.
bundle_enabled
= true;
[
all
...]
webrtcsession.cc
1921
bool
bundle_enabled
= desc->HasGroup(cricket::GROUP_TYPE_BUNDLE);
local
[
all
...]
Completed in 397 milliseconds