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

  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 100 sigslot::signal1<TransportChannelImpl*> SignalRoleConflict;
portinterface.h 108 sigslot::signal1<PortInterface*> SignalRoleConflict;
dtlstransportchannel.cc 113 channel_->SignalRoleConflict.connect(this,
616 SignalRoleConflict(this);
port.cc 494 SignalRoleConflict(this);
506 SignalRoleConflict(this);
    [all...]
p2ptransportchannel.cc 456 port->SignalRoleConflict.connect(
633 SignalRoleConflict(this); // STUN ping will be sent when SetRole is called
    [all...]
transportcontroller.cc 165 channel->SignalRoleConflict.connect(
transportcontroller_unittest.cc 255 channel1->SignalRoleConflict(channel1);
p2ptransportchannel_unittest.cc 314 channel->SignalRoleConflict.connect(
622 // has higher tiebreaker value, channel1 should receive SignalRoleConflict.
    [all...]
port_unittest.cc 722 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict);
    [all...]

Completed in 306 milliseconds