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

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 237 void OnConnectionDestroyed(Connection *connection);
turnport_unittest.cc 108 this, &TestConnectionWrapper::OnConnectionDestroyed);
114 void OnConnectionDestroyed(Connection* conn) {
197 void OnConnectionDestroyed(Connection* conn) { connection_destroyed_ = true; }
285 conn->SignalDestroyed.connect(this, &TurnPortTest::OnConnectionDestroyed);
    [all...]
turnport.h 247 void OnConnectionDestroyed(Connection* conn);
port.h 352 void OnConnectionDestroyed(Connection* conn);
p2ptransportchannel.cc 272 this, &P2PTransportChannel::OnConnectionDestroyed);
    [all...]
port.cc 266 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed);
642 void Port::OnConnectionDestroyed(Connection* conn) {
    [all...]
turnport.cc 464 conn->SignalDestroyed.connect(this, &TurnPort::OnConnectionDestroyed);
    [all...]

Completed in 2547 milliseconds