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

  /external/webrtc/webrtc/p2p/base/
port.h 506 bool nominated() const { return nominated_; } function in class:cricket::Connection
507 void set_nominated(bool nominated) { nominated_ = nominated; }
552 // This signal will be fired if this connection is nominated by the
614 // Whether this connection has been nominated by the controlling side via
p2ptransportchannel.cc 162 // been nominated by the controlling side.
167 if (ice_role == cricket::ICEROLE_CONTROLLED && a_conn->nominated()) {
168 LOG(LS_VERBOSE) << "Controlled side did not switch due to nominated status";
    [all...]
port_unittest.cc 326 bool nominated() const { return nominated_; } function in class:TestChannel
    [all...]

Completed in 66 milliseconds