OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnIceCandidate
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h
69
void
OnIceCandidate
(const IceCandidateInterface* candidate) override;
RTCPeerConnectionObserver.mm
100
void RTCPeerConnectionObserver::
OnIceCandidate
(
/external/webrtc/webrtc/examples/peerconnection/client/
conductor.h
74
virtual void
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate);
conductor.cc
173
void Conductor::
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate) {
/external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h
67
virtual void
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate);
peerconnectiontestwrapper.cc
121
void PeerConnectionTestWrapper::
OnIceCandidate
(
/external/webrtc/talk/app/webrtc/
peerconnectioninterface.h
44
// observer function
OnIceCandidate
. The candidates must also be serialized and
66
// function
OnIceCandidate
. Send these candidates to the remote peer.
478
virtual void
OnIceCandidate
(const IceCandidateInterface* candidate) = 0;
peerconnection.h
184
void
OnIceCandidate
(const IceCandidateInterface* candidate) override;
peerconnectionfactory_unittest.cc
97
virtual void
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate) {}
webrtcsession.h
98
virtual void
OnIceCandidate
(const IceCandidateInterface* candidate) = 0;
peerconnection.cc
[
all
...]
peerconnection_unittest.cc
242
void
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate) override {
243
LOG(INFO) << id_ << "
OnIceCandidate
";
[
all
...]
webrtcsession.cc
[
all
...]
peerconnectioninterface_unittest.cc
469
virtual void
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate) {
[
all
...]
webrtcsession_unittest.cc
201
virtual void
OnIceCandidate
(const webrtc::IceCandidateInterface* candidate) {
[
all
...]
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
211
void
OnIceCandidate
(const IceCandidateInterface* candidate) override {
224
"
onIceCandidate
", "(Lorg/webrtc/IceCandidate;)V");
[
all
...]
Completed in 71 milliseconds