OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnRemoteCandidates
(Results
1 - 9
of
9
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.h
174
void
OnRemoteCandidates
(const std::vector<Candidate>& candidates);
177
// Call this before calling
OnRemoteCandidates
.
session.cc
418
bool Session::
OnRemoteCandidates
(
446
transproxy->impl()->
OnRemoteCandidates
(tinfo->candidates);
756
if (!
OnRemoteCandidates
(init.transports, error))
777
if (!
OnRemoteCandidates
(accept.transports, error))
821
if (!
OnRemoteCandidates
(tinfos, error))
[
all
...]
session.h
399
bool
OnRemoteCandidates
(const TransportInfos& tinfos,
transport.cc
283
void Transport::
OnRemoteCandidates
(const std::vector<Candidate>& candidates) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc
303
bool TransportProxy::
OnRemoteCandidates
(const Candidates& candidates,
320
transport_->get()->
OnRemoteCandidates
(candidates);
640
bool BaseSession::
OnRemoteCandidates
(const std::string& content_name,
650
if (!transproxy->
OnRemoteCandidates
(candidates, error)) {
[
all
...]
session.h
152
bool
OnRemoteCandidates
(const Candidates& candidates, std::string* error);
404
bool
OnRemoteCandidates
(const std::string& content_name,
603
bool
OnRemoteCandidates
(const TransportInfos& tinfos,
transport.h
306
void
OnRemoteCandidates
(const std::vector<Candidate>& candidates);
309
// Call this before calling
OnRemoteCandidates
.
transport.cc
414
void Transport::
OnRemoteCandidates
(const std::vector<Candidate>& candidates) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc
[
all
...]
Completed in 4034 milliseconds