HomeSort by relevance Sort by last modified time
    Searched defs:remote_candidates_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 183 return remote_candidates_;
279 std::vector<RemoteCandidate> remote_candidates_; member in class:cricket::P2PTransportChannel
faketransportcontroller.h 222 remote_candidates_.push_back(candidate);
224 const Candidates& remote_candidates() const { return remote_candidates_; }
320 Candidates remote_candidates_; member in class:cricket::FakeTransportChannel

Completed in 48 milliseconds