Searched defs:OnRoleConflict (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/p2p/base/ | ||
D | p2p_transport_channel.cc | 1100 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel |
D | p2p_transport_channel_unittest.cc | 329 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function |
D | port_unittest.cc | 776 void OnRoleConflict(PortInterface* port) { role_conflict_ = true; } in OnRoleConflict() function in cricket::PortTest |