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

  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 114 &DtlsTransportChannelWrapper::OnRoleConflict);
613 void DtlsTransportChannelWrapper::OnRoleConflict(
dtlstransportchannel.h 216 void OnRoleConflict(TransportChannelImpl* channel);
p2ptransportchannel.h 230 void OnRoleConflict(PortInterface* port);
p2ptransportchannel.cc 457 this, &P2PTransportChannel::OnRoleConflict);
632 void P2PTransportChannel::OnRoleConflict(PortInterface* port) {
    [all...]
p2ptransportchannel_unittest.cc 246 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; }
315 this, &P2PTransportChannelTestBase::OnRoleConflict);
704 void OnRoleConflict(cricket::TransportChannelImpl* channel) {
705 GetEndpoint(channel)->OnRoleConflict(true);
    [all...]
port_unittest.cc 722 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict);
736 void OnRoleConflict(PortInterface* port) {
    [all...]

Completed in 206 milliseconds