OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remote_description
(Results
26 - 39
of
39
) sorted by null
1
2
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h
200
virtual const SessionDescriptionInterface*
remote_description
() const = 0;
peerconnection_unittest.cc
269
ASSERT_TRUE(peer_connection_->
remote_description
() != NULL);
272
peer_connection_->
remote_description
()->description();
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
358
using Transport::
remote_description
;
transport.h
352
const TransportDescription*
remote_description
() const {
function in class:cricket::Transport
session_unittest.cc
[
all
...]
/ndk/sources/host-tools/make-3.81/
make.h
527
extern char *version_string, *
remote_description
, *make_host;
main.c
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
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_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc
130
//
remote_description
to know what content names to use in the
134
const SessionDescription* offer = session->
remote_description
();
[
all
...]
channel.cc
871
GetFirstContent(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
/external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.cc
472
native_peer_connection_->
remote_description
();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 328 milliseconds
1
2