Searched refs:OnTcpClosed (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h121 virtual void OnTcpClosed(PseudoTcp* ptcp, uint32 nError);
H A Dpseudotcpchannel.cc433 void PseudoTcpChannel::OnTcpClosed(PseudoTcp* tcp, uint32 nError) { function in class:cricket::PseudoTcpChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h50 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) = 0;
H A Dpseudotcp_unittest.cc146 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) { function in class:PseudoTcpTestBase
147 // Consider ourselves closed when the remote side gets OnTcpClosed.
148 // TODO: OnTcpClosed is only ever notified in case of error in
268 // TODO: OnTcpClosed() is currently only notified on error -
275 OnTcpClosed(&remote_, 0);
389 // TODO: Fake OnTcpClosed() on the receiver for now.
390 OnTcpClosed(&remote_, 0);
545 OnTcpClosed(&remote_, 0);
H A Dpseudotcp.cc1137 m_notify->OnTcpClosed(this, err);
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter.cc45 virtual void OnTcpClosed(cricket::PseudoTcp* tcp, uint32 error) OVERRIDE;
222 // In the meantime we can fake OnTcpClosed notification and tear down the
298 void PseudoTcpAdapter::Core::OnTcpClosed(PseudoTcp* tcp, uint32 error) {

Completed in 149 milliseconds