OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_notify
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
pseudotcp.cc
213
:
m_notify
(notify),
555
IPseudoTcpNotify::WriteResult wres =
m_notify
->TcpWritePacket(
687
//
m_notify
->associate(addr);
693
if (
m_notify
) {
694
m_notify
->OnTcpOpen(this);
825
if (
m_notify
) {
826
m_notify
->OnTcpOpen(this);
840
if (
m_notify
) {
841
m_notify
->OnTcpWriteable(this);
955
if (
m_notify
) {
[
all
...]
pseudotcp.h
191
IPseudoTcpNotify*
m_notify
;
member in class:cricket::PseudoTcp
Completed in 126 milliseconds