HomeSort by relevance Sort by last modified time
    Searched full:set_component (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 120 port->set_component(component_);
basicportallocator.cc 440 port->set_component(component_);
    [all...]
  /external/webrtc/webrtc/p2p/base/
candidate.h 68 void set_component(int component) { component_ = component; } function in class:cricket::Candidate
port_unittest.cc 635 port1->set_component(cricket::ICE_CANDIDATE_COMPONENT_DEFAULT);
636 port2->set_component(cricket::ICE_CANDIDATE_COMPONENT_DEFAULT);
784 port1->set_component(cricket::ICE_CANDIDATE_COMPONENT_DEFAULT);
785 port2->set_component(cricket::ICE_CANDIDATE_COMPONENT_DEFAULT);
    [all...]
port.cc 241 c.set_component(component_);
    [all...]
port.h 164 void set_component(int component) { component_ = component; } function in class:cricket::Port
transportcontroller_unittest.cc 95 c.set_component(1);
p2ptransportchannel_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc     [all...]

Completed in 1649 milliseconds