OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_description_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.cc
107
if (
local_description_
&&
108
IceCredentialsChanged(*
local_description_
, description)) {
117
local_description_
.reset(new TransportDescription(description));
192
if (
local_description_
)
196
if (
local_description_
&& remote_description_)
230
if (!
local_description_
) {
344
ch->SetIceCredentials(
local_description_
->ice_ufrag,
345
local_description_
->ice_pwd);
transport.h
262
return
local_description_
.get();
313
rtc::scoped_ptr<TransportDescription>
local_description_
;
member in class:cricket::Transport
Completed in 47 milliseconds