OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetIceConfig
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.cc
89
void Transport::
SetIceConfig
(const IceConfig& config) {
92
kv.second->
SetIceConfig
(ice_config_);
189
channel->
SetIceConfig
(ice_config_);
transportcontroller.cc
59
void TransportController::
SetIceConfig
(const IceConfig& config) {
287
transport->
SetIceConfig
(ice_config_);
335
kv.second->
SetIceConfig
(ice_config_);
p2ptransportchannel.cc
373
void P2PTransportChannel::
SetIceConfig
(const IceConfig& config) {
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
617
SetIceConfig
(ParseIceConfig(rtc_configuration));
[
all
...]
Completed in 71 milliseconds