Home
last modified time | relevance | path

Searched refs:m_notify (Results 1 – 3 of 3) 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
/external/autotest/client/bin/
Dfps_meter.py274 m_notify = re_notify.match(line)
275 if m_notify:
276 timestamp = float(m_notify.group(1))