OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_notify
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
222
:
m_notify
(notify), m_shutdown(SD_NONE), m_error(0) {
513
IPseudoTcpNotify::WriteResult wres =
m_notify
->TcpWritePacket(this, reinterpret_cast<char *>(buffer), len + HEADER_SIZE);
635
//
m_notify
->associate(addr);
643
if (
m_notify
) {
644
m_notify
->OnTcpOpen(this);
742
if (
m_notify
) {
743
m_notify
->OnTcpOpen(this);
754
if (
m_notify
) {
755
m_notify
->OnTcpWriteable(this);
888
if (
m_notify
) {
[
all
...]
pseudotcp.h
159
IPseudoTcpNotify*
m_notify
;
member in class:cricket::PseudoTcp
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
235
:
m_notify
(notify),
576
IPseudoTcpNotify::WriteResult wres =
m_notify
->TcpWritePacket(
705
//
m_notify
->associate(addr);
711
if (
m_notify
) {
712
m_notify
->OnTcpOpen(this);
838
if (
m_notify
) {
839
m_notify
->OnTcpOpen(this);
852
if (
m_notify
) {
853
m_notify
->OnTcpWriteable(this);
965
if (
m_notify
) {
[
all
...]
pseudotcp.h
207
IPseudoTcpNotify*
m_notify
;
member in class:cricket::PseudoTcp
Completed in 677 milliseconds