Home | Sort by relevance Sort by last modified time |
/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 |