OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remote_description_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.cc
149
remote_description_
.reset(new TransportDescription(description));
194
if (
remote_description_
)
196
if (local_description_ &&
remote_description_
)
351
ch->SetRemoteIceCredentials(
remote_description_
->ice_ufrag,
352
remote_description_
->ice_pwd);
371
remote_description_
->ice_mode == ICEMODE_LITE) {
376
remote_ice_mode_ =
remote_description_
->ice_mode;
transport.h
268
return
remote_description_
.get();
314
rtc::scoped_ptr<TransportDescription>
remote_description_
;
member in class:cricket::Transport
Completed in 64 milliseconds