OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddIceCandidate
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionproxy.h
64
PROXY_METHOD1(bool,
AddIceCandidate
, const IceCandidateInterface*)
peerconnection.h
108
virtual bool
AddIceCandidate
(const IceCandidateInterface* candidate);
peerconnectioninterface.h
50
// the peerconnection by calling
AddIceCandidate
.
64
// 6. Provide the remote ice candidates by calling
AddIceCandidate
.
314
// TODO(ronghuawu): Consider to change this so that the
AddIceCandidate
will
316
virtual bool
AddIceCandidate
(const IceCandidateInterface* candidate) = 0;
peerconnectioninterface_unittest.cc
671
EXPECT_FALSE(pc_->
AddIceCandidate
(observer_.last_candidate_.get()));
686
EXPECT_TRUE(pc_->
AddIceCandidate
(observer_.last_candidate_.get()));
[
all
...]
peerconnection.cc
679
bool PeerConnection::
AddIceCandidate
(
peerconnection_unittest.cc
642
EXPECT_TRUE(pc()->
AddIceCandidate
(candidate.get()));
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc
56
callee, &PeerConnectionTestWrapper::
AddIceCandidate
);
58
caller, &PeerConnectionTestWrapper::
AddIceCandidate
);
200
void PeerConnectionTestWrapper::
AddIceCandidate
(const std::string& sdp_mid,
205
EXPECT_TRUE(peer_connection_->
AddIceCandidate
(owned_candidate.get()));
peerconnectiontestwrapper.h
84
void
AddIceCandidate
(const std::string& sdp_mid, int sdp_mline_index,
/external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h
100
virtual bool
AddIceCandidate
(
mock_peer_connection_impl.cc
356
bool MockPeerConnectionImpl::
AddIceCandidate
(
rtc_peer_connection_handler.cc
625
bool RTCPeerConnectionHandler::
addICECandidate
(
628
// Libjingle currently does not accept callbacks for
addICECandidate
.
630
bool result =
addICECandidate
(candidate);
639
bool RTCPeerConnectionHandler::
addICECandidate
(
650
native_peer_connection_->
AddIceCandidate
(native_candidate.get());
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm
148
- (BOOL)
addICECandidate
:(RTCICECandidate*)candidate {
151
return self.peerConnection->
AddIceCandidate
(iceCandidate.get());
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc
281
if (!peer_connection_->
AddIceCandidate
(candidate.get())) {
/external/chromium_org/remoting/host/
cast_extension_session.cc
405
if (!peer_connection_->
AddIceCandidate
(candidate.get())) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 219 milliseconds