OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remote_description
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc
168
SessionDescription* answer = CreateAnswer(session->
remote_description
());
270
if (!FindTunnelContent(session->
remote_description
(),
380
session_->
remote_description
()->FirstContentByType(NS_TUNNEL);
securetunnelsessionclient.cc
149
if (!FindSecureTunnelContent(session->
remote_description
(),
350
if (!FindSecureTunnelContent(session_->
remote_description
(),
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
101
session_client_->CreateAnswer(session->
remote_description
(), options));
channel.cc
404
content = GetFirstContent(session->
remote_description
());
411
content = GetFirstContent(session->
remote_description
());
[
all
...]
mediasessionclient.cc
359
//
remote_description
to know what content names to use in the
363
const SessionDescription* offer = session->
remote_description
();
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h
228
const SessionDescription*
remote_description
() const {
function in class:cricket::BaseSession
Completed in 105 milliseconds