Home
last modified time | relevance | path

Searched refs:m_notify (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc213 : m_notify(notify), in PseudoTcp()
555 IPseudoTcpNotify::WriteResult wres = m_notify->TcpWritePacket( in packet()
693 if (m_notify) { in process()
694 m_notify->OnTcpOpen(this); in process()
825 if (m_notify) { in process()
826 m_notify->OnTcpOpen(this); in process()
840 if (m_notify) { in process()
841 m_notify->OnTcpWriteable(this); in process()
955 if (m_notify) { in process()
956 m_notify->OnTcpReadable(this); in process()
[all …]
Dpseudotcp.h191 IPseudoTcpNotify* m_notify; variable