HomeSort by relevance Sort by last modified time
    Searched refs:RemoteCandidate (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 54 class RemoteCandidate : public Candidate {
56 RemoteCandidate(const Candidate& c, Port* origin_port)
150 std::vector<RemoteCandidate> remote_candidates_;
p2ptransportchannel.cc 281 std::vector<RemoteCandidate>::iterator iter;
308 std::vector<RemoteCandidate>::iterator it;
470 remote_candidates_.push_back(RemoteCandidate(remote_candidate, origin_port));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 54 class RemoteCandidate : public Candidate {
56 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
176 std::vector<RemoteCandidate> remote_candidates_;
p2ptransportchannel_unittest.cc 438 RemoteCandidate(ep1_ch1())->type() == expected.remote_type &&
439 RemoteCandidate(ep1_ch1())->protocol() == expected.remote_proto,
446 EXPECT_EQ(expected.remote_type, RemoteCandidate(ep1_ch1())->type());
447 EXPECT_EQ(expected.remote_proto, RemoteCandidate(ep1_ch1())->protocol());
458 RemoteCandidate(ep2_ch1())->protocol() == expected.remote_proto2,
465 RemoteCandidate(ep2_ch1())->protocol());
475 if (expected.remote_type2 != RemoteCandidate(ep2_ch1())->type())
479 RemoteCandidate(ep2_ch1())->type() == cricket::LOCAL_PORT_TYPE ||
480 RemoteCandidate(ep2_ch1())->type() == cricket::STUN_PORT_TYPE ||
481 RemoteCandidate(ep2_ch1())->type() == cricket::PRFLX_PORT_TYPE)
    [all...]
p2ptransportchannel.cc 377 std::vector<RemoteCandidate>::iterator iter;
415 std::vector<RemoteCandidate>::iterator it;
748 remote_candidates_.push_back(RemoteCandidate(remote_candidate, origin_port));
    [all...]

Completed in 756 milliseconds