HomeSort by relevance Sort by last modified time
    Searched defs:nominated (Results 1 - 2 of 2) 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
port_unittest.cc 326 bool nominated() const { return nominated_; } function in class:TestChannel
    [all...]

Completed in 102 milliseconds