OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gather_continually
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.h
149
bool
gather_continually
= false;
member in struct:cricket::IceConfig
transportcontroller_unittest.cc
138
bool
gather_continually
) {
141
config.
gather_continually
=
gather_continually
;
206
EXPECT_TRUE(channel1->
gather_continually
());
212
EXPECT_TRUE(channel2->
gather_continually
());
faketransportcontroller.h
189
gather_continually_ = config.
gather_continually
;
193
bool
gather_continually
() const { return gather_continually_; }
function in class:cricket::FakeTransportChannel
p2ptransportchannel_unittest.cc
104
bool
gather_continually
,
108
config.
gather_continually
=
gather_continually
;
[
all
...]
p2ptransportchannel.cc
374
gather_continually_ = config.
gather_continually
;
375
LOG(LS_INFO) << "Set
gather_continually
to " << gather_continually_;
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
[
all
...]
Completed in 863 milliseconds