OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remote_description
(Results
1 - 19
of
19
) sorted by null
/external/webrtc/webrtc/p2p/base/
dtlstransport.h
101
if (!Base::local_description() || !Base::
remote_description
()) {
110
Base::
remote_description
()->identity_fingerprint.get();
141
Base::
remote_description
()->connection_role;
transport.h
267
const TransportDescription*
remote_description
() const {
function in class:cricket::Transport
faketransportcontroller.h
410
using Transport::
remote_description
;
/external/webrtc/talk/app/webrtc/
peerconnectionproxy.h
60
PROXY_CONSTMETHOD0(const SessionDescriptionInterface*,
remote_description
)
webrtcsessiondescriptionfactory.cc
297
if (!session_->
remote_description
()) {
303
if (session_->
remote_description
()->type() !=
305
error += " failed because
remote_description
is not an offer.";
433
session_->
remote_description
()
434
? session_->
remote_description
()->description()
webrtcsession_unittest.cc
[
all
...]
peerconnection.h
115
const SessionDescriptionInterface*
remote_description
() const override;
peerconnectioninterface_unittest.cc
738
pc_->
remote_description
()->description());
743
pc_->
remote_description
()->description());
[
all
...]
peerconnectioninterface.h
368
virtual const SessionDescriptionInterface*
remote_description
() const = 0;
webrtcsession.h
242
const SessionDescriptionInterface*
remote_description
() const {
function in class:webrtc::WebRtcSession
peerconnection.cc
1174
const SessionDescriptionInterface* PeerConnection::
remote_description
() const {
function in class:webrtc::PeerConnection
[
all
...]
peerconnection_unittest.cc
541
ASSERT_TRUE(peer_connection_->
remote_description
() != nullptr);
544
peer_connection_->
remote_description
()->description();
[
all
...]
/ndk/sources/host-tools/make-3.81/
remote-stub.c
25
char *
remote_description
= 0;
variable
remote-cstms.c
35
char *
remote_description
= "Customs";
variable
variable.c
726
(
remote_description
== 0 ||
remote_description
[0] == '\0')
728
(
remote_description
== 0 ||
remote_description
[0] == '\0')
729
? "" :
remote_description
);
[
all
...]
make.h
527
extern char *version_string, *
remote_description
, *make_host;
main.c
[
all
...]
/external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm
229
self.peerConnection->
remote_description
();
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 1554 milliseconds