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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.cc 37 impl_->SignalRoleConflict.connect(this, &PortProxy::OnRoleConflict);
169 void PortProxy::OnRoleConflict(PortInterface* port) {
dtlstransportchannel.cc 121 &DtlsTransportChannelWrapper::OnRoleConflict);
563 void DtlsTransportChannelWrapper::OnRoleConflict(
p2ptransportchannel.cc 372 this, &P2PTransportChannel::OnRoleConflict);
566 void P2PTransportChannel::OnRoleConflict(PortInterface* port) {
    [all...]
transport.cc 213 impl->SignalRoleConflict.connect(this, &Transport::OnRoleConflict);
598 void Transport::OnRoleConflict(TransportChannelImpl* channel) {
session.cc 490 this, &BaseSession::OnRoleConflict);
735 void BaseSession::OnRoleConflict() {
    [all...]
p2ptransportchannel_unittest.cc 224 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; }
312 this, &P2PTransportChannelTestBase::OnRoleConflict);
614 void OnRoleConflict(cricket::TransportChannelImpl* channel) {
615 GetEndpoint(channel)->OnRoleConflict(true);
    [all...]
port_unittest.cc 544 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict);
560 void OnRoleConflict(PortInterface* port) {
    [all...]

Completed in 220 milliseconds