Home
last modified time | relevance | path

Searched refs:OnConnectionStateChange (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h232 void OnConnectionStateChange(Connection* connection);
Dp2ptransportchannel.cc270 this, &P2PTransportChannel::OnConnectionStateChange); in AddConnection()
1325 void P2PTransportChannel::OnConnectionStateChange(Connection* connection) { in OnConnectionStateChange() function in cricket::P2PTransportChannel
Dport_unittest.cc244 this, &TestChannel::OnConnectionStateChange); in CreateConnection()
250 void OnConnectionStateChange(Connection* conn) { in OnConnectionStateChange() function in TestChannel