OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_remote_description
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc
751
set_remote_description
(new SessionDescription(init.ClearContents()));
772
set_remote_description
(new SessionDescription(accept.ClearContents()));
[
all
...]
session.h
232
bool
set_remote_description
(const SessionDescription* sdesc) {
function in class:cricket::BaseSession
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc
[
all
...]
session.h
306
bool
set_remote_description
(SessionDescription* sdesc) {
function in class:cricket::BaseSession
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc
676
set_remote_description
(desc->description()->Copy());
[
all
...]
Completed in 763 milliseconds